Skip to main content
GET
Get Space Detail
Get details of an X Space (live audio room) by its space ID — title, state, host, participants, and scheduling. Use this to check whether a Space is scheduled, live, or ended, and who is hosting, before deciding to reference or attend it. Returns the object under data.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

space_id
string
required

The ID of the space.

Response

200 - application/json

Successful response

data
object
status
enum<string>
Available options:
success,
error
msg
string