> ## Documentation Index
> Fetch the complete documentation index at: https://x-preview-mintlify-d5730eee.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Space

> Reference for the Schemas.Space TypeScript interface in the X API SDK. Field definitions, types, and properties for X API request or response payloads.

[Schemas](/xdks/typescript/reference/modules/Schemas).Space

## Properties

<ResponseField name="createdAt" type="string" />

<ResponseField name="creatorId" type="string" />

<ResponseField name="endedAt" type="string" />

<ResponseField name="hostIds" type="string[]" />

<ResponseField name="id" type="string" required />

<ResponseField name="invitedUserIds" type="string[]" />

<ResponseField name="isTicketed" type="boolean" />

<ResponseField name="lang" type="string" />

<ResponseField name="participantCount" type="number" />

<ResponseField name="scheduledStart" type="string" />

<ResponseField name="speakerIds" type="string[]" />

<ResponseField name="startedAt" type="string" />

<ResponseField name="state" type="&#x22;live&#x22; | &#x22;scheduled&#x22; | &#x22;ended&#x22;" required />

<ResponseField name="subscriberCount" type="number" />

<ResponseField name="title" type="string" />

<ResponseField name="topics" type="Record<string, any>[]" />

<ResponseField name="updatedAt" type="string" />
