Deliveries
List All Deliveries
Lists of Deliveries from a Project.
GET
Required query parameters
You are expected to provide one of the following to find deliveries:
project_id
- The ID of the Scale project.project_name
- The name of the Scale project.
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.
The name of the project.
Deliveries with a delivered_at
after the given date will be returned. A timestamp formatted as an ISO 8601 date-time string.
Deliveries with a delivered_at
before the given date will be returned. A timestamp formatted as an ISO 8601 date-time string.
Response
200
application/json
List of deliveries.
Array of delivery objects