Get Evaluation
GET /v1/evaluate/{id}
Fetch the status or result of a specific evaluation job.
Authentication
- Type: Bearer Token
Path Parameters
Field | Type | Required | Description |
---|---|---|---|
id | string | Yes | The evaluation job ID |
Example Request
curl -X GET https://sandbox-api.pegasi.ai/v1/evaluate/123 \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json"
For more information, see Create Evaluation.