List inference calls
Paginated, filterable list of inference calls (detect + locate) the caller's user was billed for over a required time window (start_date/end_date). Filters: endpoint, model, session, free-text search. Order with order_by ('<field> <asc|desc>').
Query parameters
Beginning of the inferences query window (RFC 3339).
Beginning of the inferences query window (RFC 3339).
End of the inferences query window (RFC 3339).
End of the inferences query window (RFC 3339).
Number of inferences per page (1-100).
Number of inferences per page (1-100).
Pagination offset.
Pagination offset.
Restrict results to the given vision endpoints ('detect'/'locate').
Restrict results to the given vision endpoints ('detect'/'locate').
Restrict results to a single model name.
Restrict results to a single model name.
Filter by inference (event) id substring.
Filter by inference (event) id substring.
Restrict results to inferences that ran under one phone session.
Restrict results to inferences that ran under one phone session.
Sort expression '<field> <asc|desc>'; field one of created_at, cost_microdollars, latency_ms, endpoint, model, inference_id. Defaults to created_at desc.
Sort expression '<field> <asc|desc>'; field one of created_at, cost_microdollars, latency_ms, endpoint, model, inference_id. Defaults to created_at desc.
Response
OK
Example response
{
"$schema": "/api/v1/UsageInferencesResponse.json"
}