Skip to main content
Schemas.Space

Properties

createdAt
string
Creation time of the Space.
creatorId
string
endedAt
string
End time of the Space.
hostIds
string[]
The user ids for the hosts of the Space.
id
string
required
invitedUserIds
string[]
An array of user ids for people who were invited to a Space.
isTicketed
boolean
Denotes if the Space is a ticketed Space.
lang
string
The language of the Space.
participantCount
number
The number of participants in a Space.
scheduledStart
string
A date time stamp for when a Space is scheduled to begin.
speakerIds
string[]
An array of user ids for people who were speakers in a Space.
startedAt
string
When the Space was started as a date string.
state
"live" | "scheduled" | "ended"
required
The current state of the Space.
subscriberCount
number
The number of people who have either purchased a ticket or set a reminder for this Space.
title
string
The title of the Space.
topics
Record<string, any>[]
The topics of a Space, as selected by its creator.
updatedAt
string
When the Space was last updated.