get
https://api.seismic.com/programs/v2/spaces/
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:
-
User must have a valid JWT token with viewing or management scopes
-
User must be a member of the space or belong to a member group
-
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.