twitter_spaces_info
Get metadata and participant rosters for one X Space by ID, live or ended: title, state, host, times, listener/replay counts, and admin/speaker/listener lists.
Instructions
Get metadata and the participant roster for one X Space by id, live or ended: title, lifecycle state (Scheduled, NotStarted, Running or Ended), host, topics, scheduled and actual start/end times, peak live listener count, replay view count, and the admin, speaker and listener rosters. Returns metadata only, NOT the Space audio. Note that X does not retain the per-person listener roster once a Space ends, so listeners comes back empty for an ended Space while total_live_listeners and total_replay_watched still reflect the real audience. All timestamps are millisecond-epoch numbers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The Space id: the trailing token of a x.com/i/spaces/<id> URL, e.g. '1RKZzjkoYRAKB'. A '/peek' suffix on the URL is not part of the id. | |
| with_replays | No | Optional. Include replay availability and related metadata. Defaults to true. | |
| with_listeners | No | Optional. Include the listener roster. Defaults to true. X drops this roster once a Space ends, so it is empty for an ended Space regardless of this flag. |