GET
/
v4
/
workflows
/
{workflowId}
curl --request GET \
  --url https://api.kadoa.com/v4/workflows/{workflowId} \
  --header 'x-api-key: <api-key>'
{
  "_id": "<string>",
  "name": "<string>",
  "limit": 123,
  "state": "ACTIVE",
  "displayState": "ACTIVE",
  "userId": "<string>",
  "updateInterval": "<string>",
  "nextInvocation": "2023-11-07T05:31:56Z",
  "monitoring": {},
  "notificationConfig": {},
  "createdAt": "2023-11-07T05:31:56Z",
  "location": {
    "type": "auto",
    "isoCode": "DE"
  },
  "schedules": [
    "<any>"
  ],
  "isAdvanced": true,
  "finishedAt": "2023-11-07T05:31:56Z",
  "startedAt": "2023-11-07T05:31:56Z",
  "protocol": "<string>",
  "dataKey": "<string>",
  "runCosts": 123,
  "runState": "<string>",
  "totalRecords": 123,
  "templateName": "<string>",
  "templateId": "<string>",
  "schema": {}
}

Authorizations

x-api-key
string
header
required

Path Parameters

workflowId
string
required

ID of the workflow to retrieve

Response

200
application/json
Workflow details retrieved successfully

The response is of type object.