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

List spaces

Returns spaces in the organization. Supports filtering, sorting, and name search via query parameters. If no status is provided, only active spaces are returned. You can further refine results with searchQuery, labelIds, excludeLabelIds, and spaceTypes.

path params

organizationIdstring required
offsetinteger required

query params

statusstring
Enum values:
active
archived
hidden
deleted
sortBystring
Enum values:
created_at_asc
created_at_desc
last_activity_asc
last_activity_desc
searchQuerystring
labelIdsarray of strings
excludeLabelIdsboolean
spaceTypesarray of strings
Enum values:
SPACE_TYPE_UNSPECIFIED
SPACE_TYPE_PERSONAL
SPACE_TYPE_COMMUNITY
SPACE_TYPE_COURSE
SPACE_TYPE_PROJECT
SPACE_TYPE_TEAM
SPACE_TYPE_KNOWLEDGE
SPACE_TYPE_OTHER

Responses

Was this guide helpful?