Paginated list of metric results. Filter results using the query parameters,
Cartesia API key
API version header. Must be set to the API version, e.g. '2025-04-16'.
2024-06-10, 2024-11-13, 2025-04-16, 2026-03-01 "2025-04-16"
The ID of the agent.
The ID of the deployment.
The ID of the metric.
Filter metric results created at or after this ISO 8601 date/time (e.g. 2024-04-01T00:00:00Z).
Filter metric results created before or at this ISO 8601 date/time (e.g. 2024-04-30T23:59:59Z).
The ID of the call.
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.
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.
The number of metric results to return per page, ranging between 1 and 100.