Skip to main content
GET
List event schemas
status
enum
Status of the event schema (`ACTIVE`, `ARCHIVED`)
status
string

Allowed filter combinations

  • status
Fields that can be searched on using _search query param
name
string
description
string
Fields with which the list response can be sorted using _sort query param
updated_at
string
name
string
Default sort order:updated_at DESC, name ASC

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

status
enum<string>

Filter by provided status

Available options:
ACTIVE,
INACTIVE
nextToken
string
Example:

"eyJsYXN0SXRlbUlkIjogInN0cmluZyIsICJwYWdlU2l6ZSI6IDEwMCwgInNvcnRPcmRlciI6ICJhc2MifQ=="

pageSize
number
Example:

10

Response

Response for list events request

data
object[]
nextToken
string
context
object