Python SDK
Retrieve spaces by their space-ids
Required capabilities:
dataModelsAcl:READ
Retrieve up to 100 spaces by specifying their space-ids.
POST
Python SDK
Authorizations
Access token issued by the CDF project's configured identity provider. Access token must be an OpenID Connect token, and the project must be configured to accept OpenID Connect tokens. Use a header key of 'Authorization' with a value of 'Bearer $accesstoken'. The token can be obtained through any flow supported by the identity provider.
Body
application/json
List of space-ids for the spaces to return.
Required array length:
1 - 100 elementsResponse
List of spaces
List of spaces
Last modified on June 19, 2026