Skip to main content
GET
List Entities

Authorizations

Authorization
string
header
required

API Key or JWT User Token. If using an API Key, set the X-As-User header to act as a specific user. A JWT User Token is always scoped to a specific user.

Query Parameters

type
string | null
search
string | null
limit
integer
default:100
Required range: 1 <= x <= 500
cursor
string<uuid> | null

Response

Successful Response

items
EntityResponse · object[]
required
next_cursor
string | null