v1

latestOpenAPI 3.1.02026-07-2496304466.3 KB
Workflows

List Workflows

get/accounts/{account_id}/workflows

Path parameters

account_idstring required

An account identifier.

Query parameters

cursorstring
limitinteger
status'canceled' | 'confirmed' | 'created'

A category representing a workflow status:

<ul> <li><code>canceled</code> <li><code>confirmed</code> <li><code>created</code> </ul>
unified_ordersboolean

Use new unified order API instead of the batch_order API.

Headers

LMG-Data-Privacy-Access-Principalstring required
LMG-Data-Privacy-Access-Justificationstring required

Response

Successful Response

Example response

{
  "data": [
    {
      "history": [
        {
          "timestamp": "2023-06-23T07:29:55.465000+00:00"
        }
      ]
    }
  ],
  "pagination": {
    "next_cursor": "<opaque-data>"
  }
}