Skip to main content
GET
/
processing-times
Get COLA processing times
curl --request GET \
  --url https://app.colacloud.us/api/v1/processing-times \
  --header 'X-API-Key: <api-key>'
{
  "data": [
    {
      "commodity": "<string>",
      "snapshot_date": "2023-12-25",
      "turnaround_days_median": 123,
      "queue_frontier_date": "2023-12-25",
      "queue_depth_days": 123
    }
  ],
  "meta": {
    "total": 123
  }
}

Authorizations

X-API-Key
string
header
required

API key passed in the X-API-Key header

Query Parameters

commodity
string

Filter by commodity (case-insensitive, e.g. "wine")

Response

Successful response

data
object[]
meta
object

Response metadata with total count