Get Multiple Batches
Authorizations
Your API Key is the Bearer token. See the Authentication section to learn how to access your key.
Query Parameters
Scale's unique identifier for the project.
"project_abc123"
The name of the project.
"My Scale Project"
The current status of the batch, indicating whether it is staging, in_progress, or completed.
staging
, in_progress
, completed
Projects with a created_at
after the given date will be returned. A timestamp formatted as an ISO 8601 date-time string.
Projects with a created_at
before the given date will be returned. A timestamp formatted as an ISO 8601 date-time string.
Tasks with a completed_at
after the given date will be returned. A timestamp formatted as an ISO 8601 date-time string.
Tasks with a completed_at
before the given date will be returned. A timestamp formatted as an ISO 8601 date-time string.
Limit the number of entities returned.
1 <= x <= 100
A token used to retrieve the next page of results if there are more. You can find the next_token
in your last request.
Response
List of batches.
The response is of type object
.