v1

latestOpenAPI 3.1.02026-07-1245137133.6 KB
workflows

Get Workflow

Retrieve detailed information for a specific workflow by its ID.

get/api/v1/workflows/{workflow_id}

Path parameters

string uuid required
OR
string required

Headers

unstructured-api-keystring nullable

Response

Successful Response

idstring uuid required
namestring required
keystring nullable
sourcesstring[] required
destinationsstring[] required
workflow_type'basic' | 'advanced' | 'platinum' | 'custom'
status'active' | 'inactive' required
created_atstring date-time required
updated_atstring date-time nullable
reprocess_allboolean

Example response

{
  "schedule": {
    "crontab_entries": [
      {
        "cron_expression": "0 0 * * *"
      }
    ]
  }
}