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

# Space

> Referencia de la interfaz TypeScript Schemas.Space en el X API SDK. Definiciones de campos, tipos y propiedades para las cargas útiles de solicitud o respuesta de la X API.

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

## Propiedades

<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" />
