Skip to main content
GET

Get Space

Returns a single space by its identifier. The space must belong to the organization associated with the API key — an identifier that doesn’t resolve under your org returns 404 (no cross-tenant existence leak). GENERAL is the synthetic organization-wide scope, not a persisted space, so it also returns 404 here. Requires the spaces:read scope.

Path Parameters

string
required
The space’s identifier (its slug), e.g. milan.

Response

object
A Space object — same schema as List Spaces.