workspace
invites

Get workspace invites

Retrieve a paginated list of invites for the current workspace.

This endpoint allows you to:
- List all pending and active invites
- Paginate through large invite lists

**Use cases:**
- Managing workspace invitations
- Displaying invite status in UI
- Auditing workspace access
get/api/v1/workspaces/invites

Query parameters

limitinteger

The number of items to return per page.

offsetinteger

The number of items to skip before starting to collect the result set.

Response

This response returns a paginated list of workspace invites.

limitnumber required

The maximum number of items to return.

offsetnumber required

The number of items to skip before starting to collect the result set.

hasNextPageboolean required

Indicates if there are more pages available.

Changes

No recorded changes to this endpoint across all 1 revision of this API.