Batches
Get a Batch
Retrieve a Batch from its batch_id
or batch_name
.
GET
Required query parameters
You are expected to provide one of the following:
- Batch ID (
batch_id
) - Batch Name (
batch_name
)
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 batch.
Example:
"batch_abc123"
The name of the batch.
Example:
"My Scale Batch"
Response
200
application/json
Batch details.
The response is of type object
.