Authentication
Authentication
Every request sent to Scale’s API requires authentication. In short, your API Key is the Bearer token. See the Authentication section for more details.
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
Batch details.
A unique identifier for the batch.
Example:
"batch_abc123"
The name of the batch.
Example:
"My Scale Batch"
A timestamp formatted as an ISO 8601 date-time string.
Status of the batch.
Available options:
staging
, in_progress
, completed
, paused
, cancelled
Custom metadata for the entity.
UTC timestamp when the batch was completed.
Callback URL or email for the entity upon completion.
Example:
"https://example.com/callback"