Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.
/api/v1/eventsGET
Authorization
apiKey *Bearer <token>
Event API key from Settings → API. Token in: header
Response
200
data *object[]
Show item properties
id *string
orgId *string
name *string
slug *string
status *"DRAFT" | "ACTIVE" | "ARCHIVED"
websiteUrl *string | null
location *string | null
timezone *string
startsAt *number
endsAt *number
description *string | null
programPublishedAt *number | null
contactEmail *string | null
logoFileId *string | null
createdAt *number
updatedAt *number
400
code *string
message *string
details?object
401
code *string
message *string
details?object
403
code *string
message *string
details?object
500
code *string
message *string
details?object
Request example
curl -X GET "https://opensession.dev/api/v1/events" \ -H "Authorization: Bearer <token>"