Skip to main content
GET
List definitions

Authorizations

Authorization
string
header
required

Organization-scoped Auth0 user access token issued to an approved first-party client or exchanged by a trusted OBO resource server.

Query Parameters

cursor
string
Required string length: 1 - 1024
limit
integer
default:25
Required range: 1 <= x <= 100
agentId
string

Opaque Arbol resource identifier; the endpoint and tenant-scoped lookup determine its resource type.

Maximum string length: 64
Pattern: ^[a-z][a-z0-9]{1,15}_[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$
Example:

"agt_018f47a2-4f4d-7d61-9e2c-1d7b8e9a0c31"

kind
enum<string>

Semantic class of an organization-owned Definition.

Available options:
attribute,
assessment,
category,
metric
Example:

"attribute"

Required string length: 1 - 200
status
enum<string>

Lifecycle state of an organization-owned Definition.

Available options:
draft,
active,
retired
Example:

"active"

subjectKind
enum<string>

Resource type to which a Definition may be asserted.

Available options:
contact,
conversation
Example:

"contact"

Response

OK

items
Definition · object[]
required
Maximum array length: 100
nextCursor
string | null
required
Required string length: 1 - 1024