OUTCOME · Discover
What changes
Read-only projection; it grants no mutation, settlement, traffic, or authority change.
v2Teams & workspaces
/api/v2/workspaces/{workspace_id}/invitationsPURPOSE + BUSINESS CONTEXT
WHEN THIS CALL IS USEFUL
Call this when a tenant member, team administrator, account client, or workspace-aware agent needs to discover invitations and choose a canonical record for a later step so it can create and select isolated workspaces and govern invitations, memberships, roles, and active execution context.
OUTCOME · Discover
Read-only projection; it grants no mutation, settlement, traffic, or authority change.
WHY IT MATTERS
ISOLATION + AUTHORITY
Tenant, identity, workspace, invitation, membership, role, active-workspace selection, resource ownership, wallet, policy, and entitlement boundaries remain distinct. Membership or selection does not grant tenant administration, wallet signing, payment, settlement, publisher, matching, or trading authority beyond separately evaluated scopes and policy.
BEFORE YOU CALL
WHAT TO DO NEXT
AGENT GUIDANCE
The exact deployed parameters, schemas, responses, security requirements, and Hybrid-Chain agent metadata are authoritative at this operation's production OpenAPI JSON Pointer. The readable tables below add integration guidance; the deployed OpenAPI controls if guidance and the machine contract ever differ.
Open the authoritative production contract ↗EXTENDED INTEGRATION GUIDANCE
Examples illustrate integration intent; the referenced OpenAPI operation and component schemas define the executable shape.
PARAMETERS
AuthorizationheaderRequiredBearer tokenCredential containing workspaces:read authority.EXAMPLEBearer hc_live_…
workspace_idpathRequiredidentifierStable workspace id selecting the exact resource addressed by this route.EXAMPLEworkspace-id-01
X-Request-IDheaderOptionalstringOptional caller correlation identifier. The gateway emits the effective value on the response.
STABLE ERROR CODES
These codes are published by the authoritative gateway contract for this endpoint. Treat message as safe diagnostic text; integrations should branch on code and HTTP status.
invalid_jsonThe JSON body is malformed or fails the published identity schema.invalid_security_requestThe identity, workspace, permission, or key request is invalid.missing_idempotency_keyA nonempty Idempotency-Key is required for this mutation.invalid_credentialsThe bearer or proof-of-possession credential is invalid.step_up_requiredThe caller lacks role authority or fresh purpose-bound approval.workspace_resource_not_foundThe requested workspace, membership, or invitation was not found.security_conflictThe requested permission or identity transition conflicts with current state.identity_security_unavailableThe authoritative Identity security service is temporarily unavailable.RESPONSES
{
"items": [
{
"accepted_at": "2026-09-02T18:30:00Z",
"attempts": 0,
"created_at": "2026-09-02T18:30:00Z",
"delivered_at": "2026-09-02T18:30:00Z",
"delivery_status": "example-delivery-status",
"email": "[email protected]",
"expires_at": "2026-09-02T18:30:00Z",
"invitation_id": "01K4A7M4N8Y2Q6R9T3V5W7X1ZB",
"last_attempt_at": "2026-09-02T18:30:00Z",
"last_error": "example-last-error",
"role": "MEMBER",
"status": "ACTIVE"
}
],
"next_cursor": "example-next-cursor",
"workspace_id": "a7c13c85b4ad44f8a2b8c665f34c9910"
}{
"code": "invalid_credentials",
"message": "The bearer or proof-of-possession credential is invalid."
}invalid_credentials{
"code": "step_up_required",
"message": "The caller lacks role authority or fresh purpose-bound approval."
}step_up_required{
"code": "workspace_resource_not_found",
"message": "The requested workspace, membership, or invitation was not found."
}workspace_resource_not_found{
"code": "identity_security_unavailable",
"message": "The authoritative Identity security service is temporarily unavailable."
}identity_security_unavailableOPERATIONAL NOTES
This route is implemented in canonical gateway source and appears in the production OpenAPI snapshot observed 2026-09-11T06:35:11.572Z. Authentication, tenant, feature, venue, and market policy still apply.
Verify the exact production OpenAPI operation ↗Return to the V2 directory ↗