Skip to main content
POST
Genai Custom Attrs Schema

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json

Request to discover typed custom attribute keys for matching spans.

project_id
string
required
query
Query · object | null
started_after
string<date-time> | null
started_before
string<date-time> | null
limit
integer
default:200
Required range: 1 <= x <= 2000
offset
integer
default:0
Required range: x >= 0

Response

Successful Response

Typed custom attribute keys available for spans query/group/stats APIs.

attributes
AgentCustomAttrSchemaItem · object[]
limit
integer
default:200
offset
integer
default:0
has_more
boolean
default:false