Get one suite
GET /v1/suites/{suite_id}
The same row GET /v1/suites returns, addressed directly.
Credential. An API key (jean_live_…) or a dashboard session token.
curl --fail-with-body "https://api-833252724876.us-central1.run.app/v1/suites/suite%3Asmoke-v1" \
-H "Authorization: Bearer $JEAN_API_KEY"
Path
| Name | Type | Required | Notes |
|---|---|---|---|
suite_id | string | yes |
Response · 200
{
"suite_id": "suite:smoke-v1",
"version": "1",
"metric": "accuracy",
"n_items": 200,
"per_item_feedback": true,
"description": "A tiny suite for wiring up a client.",
"hfm_sha": "9f2c1ab4d7e0",
"items_published": true
}
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.