Retrieve a parcels report by id, including its current status and download URL when ready.
Use theDocumentation Index
Fetch the complete documentation index at: https://sendcloud.dev/llms.txt
Use this file to discover all available pages before exploring further.
id returned by Create a parcels report. The report is generated asynchronously, so poll this endpoint until status is ready; the CSV is then available at the url field.
Reports expire after a fixed period (see expires_at). Once expired, the download URL is no longer valid and the report must be regenerated.Basic Authentication using API key and secrets is currently the main authentication mechanism.
Unique identifier of the report.
"419f3be0-2f49-434b-bee4-d8cff9cf7d01"
OK
Represents a parcels report and its processing state.
Unique identifier of the report.
"419f3be0-2f49-434b-bee4-d8cff9cf7d01"
Identifier of the organization the report belongs to.
x >= 112345
Current processing status of the report.
queued, generating, ready, failed, expired "ready"
Human-readable description of the current status.
"The report is ready"
Columns included in the report.
A column that can be included in a parcels report.
parcel_id, direction, carrier_code, carrier_name, from_address_company_name, contract_id, contract_type, from_address_city, from_address_postal_code, from_address_country_code, from_address_country_name, to_address_city, to_address_postal_code, to_address_country_code, to_address_country_name, order_number, tracking_number, announced_at, shipped_at, first_offer_at, delivered_at, shipping_option_code, total_cost, status, sub_status, integration_id, integration_type, weight, brand_id, brand_name Filters that determine which parcels are included in the report.
URL to download the CSV. null until the report status is ready, and again after expiry.
"https://reporting-service.s3.eu-central-1.amazonaws.com/reports/parcels_v3/2025-05-01/419f3be0-2f49-434b-bee4-d8cff9cf7d01.csv"
When the report (and its download URL) will expire. null until the report is ready.
"2025-05-01T08:38:10.226217Z"
When the report was last updated.
"2025-05-01T08:24:10.226265Z"
When the report was created.
"2025-05-01T08:23:10.226265Z"