v1

latestOpenAPI 3.0.12026-07-2696152184.1 KB
Agents

List Metric Results

get/agents/metrics/results

Query parameters

agent_idstring nullable

The ID of the agent.

deployment_idstring nullable

The ID of the deployment.

metric_idstring nullable

The ID of the metric.

start_datestring date-time nullable
Example:2024-04-01T00:00:00Z

Filter metric results created at or after this RFC 3339 datetime.

end_datestring date-time nullable
Example:2024-04-30T23:59:59Z

Filter metric results created before or at this RFC 3339 datetime.

call_idstring nullable

The ID of the call.

starting_afterstring nullable

A cursor to use in pagination. starting_after is a metric result ID that defines your place in the list. For example, if you make a /metrics/results request and receive 100 objects, ending with metric_result_abc123, your subsequent call can include starting_after=metric_result_abc123 to fetch the next page of the list.

ending_beforestring nullable

A cursor to use in pagination. ending_before is a metric result ID that defines your place in the list. For example, if you make a /metrics/results request and receive 100 objects, starting with metric_result_abc123, your subsequent call can include ending_before=metric_result_abc123 to fetch the previous page of the list.

limitinteger nullable

The number of metric results to return per page, ranging between 1 and 100.

Headers

Cartesia-Version'2026-03-01' date required
Example:2026-03-01

API version header.

Response

has_moreboolean required

Whether there are more metric results to fetch.

next_pagestring nullable

An ID that can be passed as starting_after or ending_before to get the next page of metric results.