List or fetch an evaluation
Evaluations
List or fetch an evaluation
Without eval_id, returns the page of evaluations owned by the
caller for this agent. With eval_id, returns that single
evaluation (404 if not found).
GET
List or fetch an evaluation
Authorizations
User-bound credential carrying an identity: either a session JWT
or a user access token (at:*) generated from the user settings UI.
Send as Authorization: Bearer <token>.
Org API keys (iak_*) are not accepted here - they carry
no user identity. Use the x-prismeai-api-key header instead
(see OrgApiKeyAuth).
Path Parameters
Maximum string length:
64Query Parameters
When set, returns a single evaluation by ID.
Maximum string length:
128Page size (default 20).
Response
Evaluation list or single evaluation.
- Option 1
- Option 2