List the caller-defined metadata keys sessions carry
Returns the distinct caller-defined metadata keys across every session the caller may list, sorted, so a client can offer them as filter choices without knowing them in advance. Sessions the caller’s access policy hides contribute nothing. Capped at 200 keys; truncated reports when the cap was hit. Pair with listSessionMetadataValues, then filter listSessions with metadata or metadata_key.
Authorizations
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.
Distinct caller-defined metadata keys carried by sessions the caller may list, sorted. Always an array; empty when no listed session carries metadata.
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.