Skip to main content
List Workspace Invites
Returns the workspace’s live pending invites (status = 'pending' AND expiresAt > now — effectively-expired rows are excluded). Requires the invite capability (or owner).

Path Parameters

string
required
The workspace UUID.

Query Parameters

string
Service/master keys only — the user to act as. Enforced: the invite capability (or ownership) is required of the named user. Omit it to read as the app itself (unbounded). See Acting on behalf of a user.

Response

Each item is a WorkspaceInvitation object. This is a workspace’s outbox. For the invites addressed to a user, see List My Invites.

Error Responses

Every path id on the workspaces bundle is checked for UUID shape before the route runs, so a malformed one is a plain 400 rather than a 500 from the database.
See also: useFetchWorkspaceInvites