Back
get /v1/organizations/{organizationId}/spaces/{offset}

List spaces

Returns spaces in the organization. Filter by status using 'active', 'archived', 'hidden', or 'deleted'. If no status is provided, defaults to returning only active spaces.

path params

organizationIdstring required
offsetinteger required

query params

statusstring
Enum values:
active
archived
hidden
deleted

Responses

Was this guide helpful?