APIAnalytics

LLM session rank

Percentile ranks of one session (by key + provider) against all org sessions.

GET/analytics/llm-session-rank

Percentile ranks of one session (by key + provider) against all org sessions.

Query Parameters

start_time*string

Start of the time range to report on, inclusive.

Formatdate-time
end_time*string

End of the time range to report on, exclusive.

Formatdate-time
session_key*string

The session to report on, identified by its provider session key.

provider*string

Telemetry provider of the session.

Value in

  • "claude"
  • "codex"

Response Body

application/json

application/json

curl -X GET "https://example.com/analytics/llm-session-rank?start_time=2019-08-24T14%3A15%3A22Z&end_time=2019-08-24T14%3A15%3A22Z&session_key=string&provider=claude"
{  "session_count": 0,  "ranks": {    "cost": 0.1,    "tokens": 0.1,    "duration": 0.1,    "requests": 0.1  }}
{  "code": "bad_request",  "message": "string",  "validation_errors": [    {      "field": "string",      "message": "string",      "rule": "string"    }  ]}