Get a space
Fetches a single space by id. Authorization: requires `space:read` on the space; organization administrators bypass this check. A caller lacking the grant gets 404, not 403, so a space's existence is never leaked; a genuinely missing or archived space also returns 404. Success returns `{ space }` with `id`, `title`, `spaceType`, `createdAt`, `updatedAt`, and `createdBy`.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
spaceId
Response
The space.
space
Errors
404
Not Found Error