Skip to main content
GET
/
workflows
/
{workflow_id}
/
history
Workflow Execution History
curl --request GET \
  --url https://api.{your-broker}.slate-labs.com/workflows/{workflow_id}/history
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

workflow_id
string
required

Query Parameters

limit
integer
default:50
Required range: 1 <= x <= 500
offset
integer
default:0
Required range: x >= 0

Response

Successful Response