Skip to main content
POST
Get span field coverage

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
application_id
string<uuid>
required

UUID of the GenAI application to query spans from

start_time
string<date-time>
required

Start of the time range (inclusive, UTC).

end_time
string<date-time>
required

End of the time range (exclusive, UTC).

filter
object

Optional structured filter tree. Uses the same DSL as POST /spans/query. Maximum nesting depth is 3 levels and maximum total rule count is 10.

Response

Span field coverage for the matching spans

Response object for standard API responses.

api_version
enum<string>
default:3.0

API version.

Available options:
2.0,
3.0
kind
enum<string>
default:NORMAL

Type of response, indicating a normal response.

Available options:
NORMAL
data
object