cURL
curl --request GET \ --url http://localhost/api/orchestration/v2/instances/{instanceID}/history \ --header 'Authorization: Bearer <token>'
{ "data": [ { "name": "<string>", "input": { "destination": {}, "source": {}, "metadata": {}, "timestamp": "2023-11-07T05:31:56Z" }, "terminated": true, "startedAt": "2023-11-07T05:31:56Z", "error": "<string>", "terminatedAt": "2023-11-07T05:31:56Z" } ] }
Get a workflow instance history by id
The access token received from the authorization server in the OAuth 2.0 flow.
The instance id
The workflow instance history
Show child attributes