List batch evaluations
List all batch evaluation jobs in your account. Results are paginated.
Code samples
Example
Request parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
|
|
Integer |
No |
Maximum number of results per page. Range: 1–100. Default: service-defined. |
|
|
String |
No |
Pagination token from a previous response. |
Response
| Field | Type | Description |
|---|---|---|
|
|
List |
List of batch evaluation summaries. |
|
|
String |
Pagination token for the next page. Absent when there are no more results. |
Batch evaluation summary fields
| Field | Type | Description |
|---|---|---|
|
|
String |
Unique identifier. |
|
|
String |
ARN of the batch evaluation. |
|
|
String |
Job name. |
|
|
String |
Current status: |
|
|
Timestamp |
When the job was created. |
|
|
List |
The evaluators used. |
|
|
Object |
Aggregate results summary. Present when the job has completed. |
|
|
List of strings |
Error messages if the job failed. |
Errors
| Error | HTTP status | Description |
|---|---|---|
|
|
400 |
Invalid pagination parameters. |
|
|
403 |
Insufficient permissions. |
|
|
429 |
Request rate exceeded. |
|
|
500 |
Service-side error. |