Skip to main content

TerminalRunsPageResponse

items object[]required
  • Array [
  • archived_atstringrequired
    idstringrequired
    namestringrequired
    scheduled_atstring | nullnullable
    statestringrequired
    task_countintegerrequired

    Possible values: >= 0

    workflow_idstringrequired
    workflow_instance_codestringrequired
    workflow_versioninteger<int64>required
  • ]
  • next_cursorstring | nullnullable
    TerminalRunsPageResponse
    {
    "items": [
    {
    "archived_at": "string",
    "id": "string",
    "name": "string",
    "scheduled_at": "string",
    "state": "string",
    "task_count": 0,
    "workflow_id": "string",
    "workflow_instance_code": "string",
    "workflow_version": 0
    }
    ],
    "next_cursor": "string"
    }