Get Usage Event Attempts
Per-attempt timeline for one request (the served row + any retried rows sharing its request_id), oldest first — powers the logs drawer’s “Attempts” history so a caller can see every model that was tried. Same customer-facing scrubbing as the events list (no provider names / admin fields).
Authorization mirrors the events list: an API-key caller sees only events made by that key; a JWT caller must belong to the event’s org, and a non-privileged member is restricted to their own events. Anything else 404s (existence is not leaked).
Authorizations
Enter your MeshAPI key (rsk_...) — sent as Authorization: Bearer <key>.
Headers
Dated version of the API contract to pin this request to. Omit it and the request is served under 2026-08 — the oldest supported version, so an existing integration is never moved by a release. A malformed or unsupported value is rejected with 400 invalid_api_version rather than falling back silently. The version actually served is echoed as X-Mesh-Version on every response, including errors.
2026-08 Path Parameters
Response
Successful Response