Skip to main content
GET
List the caller-defined metadata keys sessions carry

Authorizations

Authorization
string
header
required

A Recursion API key, created in the console under API keys.

Response

Response body of GET /v1/sessions/metadata-keys: the distinct caller-defined metadata keys across the sessions the caller may list.

Response body of GET /v1/sessions/metadata-keys: the distinct caller-defined metadata keys across the sessions the caller may list.

keys
string[]
required

Distinct caller-defined metadata keys carried by sessions the caller may list, sorted. Always an array; empty when no listed session carries metadata.

truncated
boolean

True when the organization carries more distinct keys than the response holds. The list is sorted, so the missing keys sort after the last one returned.