Fetch trace.json through the API
GET /v1/jobs/{job_id}/trace
Fetch trace.json through the API
Credential. An API key (jean_live_…) or a dashboard session token.
curl --fail-with-body "https://api-833252724876.us-central1.run.app/v1/jobs/job_q1w2e3r4t5y6u7i8o9p0/trace" \
-H "Authorization: Bearer $JEAN_API_KEY"
Path
| Name | Type | Required | Notes |
|---|---|---|---|
job_id | string | yes |
Response · 200
The OpenInference-style trace.
Errors
| Status | Meaning |
|---|---|
401 | Unauthenticated, invalid token or revoked key. |
403 | Forbidden, session required or org required. |
404 | No such resource in this org. |
422 | Validation failed. |
429 | Quota or rate limit exceeded; error.details says which, and when. |
500 | Internal error; quote error.request_id when reporting it. |
Every one carries the same envelope.