Get one space

Retrieves detailed information about a specific space including name, default status, member lists, and
infrastructure details. Use this endpoint to verify space access, display space properties in UI, or
retrieve member information for access management.

Key Features:

  • Retrieve complete space metadata including name, IDs, and status
  • View current user and user group membership lists
  • Optionally expand user groups to see all individual user IDs with access
  • Access storage and root node IDs for advanced integration scenarios
  • Verify space access permissions before performing operations

Authorization Logic:

  1. User must have a valid JWT token with viewing or management scopes

  2. User must be a member of the space or belong to a member group

  3. No specific permissions are required for viewing space details

Usage Example:
Display space details in a workspace settings page, verify user has access before creating programs, or retrieve member lists for access management UI.

Path Params
string
required
length between 7 and 22

The unique identifier of the space containing the target entity. This determines the scope of entity queries and ensures proper access control. The space must be accessible to the authenticated user with appropriate permissions. It can be the unique identifier (GUID) of the space or the word "default" to indicate the default programs space. Common values include "default" and "rkr83lapKkyCJuLLWqLqzB".

Query Params
boolean
Defaults to false

Optional flag to expand user groups and list all individual user IDs who have access to the space.
When true, resolves group memberships to show complete user list. Default is false.

Responses

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json