KausateKausate Docs
Orders

List Orders

Retrieve a list of orders for your organization.

GET
/v2/orders
X-API-Key<token>

Sign up at Kausate.com to get an API key

In: header

Query Parameters

limit?integer

Maximum number of orders to return

Default100
Range1 <= value <= 100
workflowType?|

Filter orders by workflow type

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://api.kausate.com/v2/orders"
{
  "orders": [
    {
      "orderId": "report-4JFFrsbQ99t1nmRw2JgzmG-DEHRSI-20240319143022",
      "customerReference": "my-ref-123",
      "status": "completed",
      "requestTime": "2024-03-19T14:30:22.787045Z",
      "responseTime": "2024-03-19T14:32:45.108791Z"
    }
  ],
  "total": 1
}
{
  "detail": "Invalid API key"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}
{
  "detail": "An internal error occurred"
}

Last updated on