curl --request GET \
--url http://localhost/api/orchestration/v2/triggers/{triggerID}/occurrences \
--header 'Authorization: Bearer <token>'{
"cursor": {
"pageSize": 15,
"hasMore": false,
"data": [
{
"date": "2023-11-07T05:31:56Z",
"triggerID": "<string>",
"event": {},
"workflowInstanceID": "<string>",
"workflowInstance": {
"workflowID": "<string>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"terminated": true,
"status": [
{
"stage": 123,
"instanceID": "<string>",
"startedAt": "2023-11-07T05:31:56Z",
"terminatedAt": "2023-11-07T05:31:56Z",
"error": "<string>"
}
],
"terminatedAt": "2023-11-07T05:31:56Z",
"error": "<string>",
"workflow": {
"config": {
"stages": [
{}
],
"name": "<string>"
},
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"id": "<string>"
}
},
"error": "<string>"
}
],
"previous": "YXVsdCBhbmQgYSBtYXhpbXVtIG1heF9yZXN1bHRzLol=",
"next": ""
}
}List triggers occurrences
curl --request GET \
--url http://localhost/api/orchestration/v2/triggers/{triggerID}/occurrences \
--header 'Authorization: Bearer <token>'{
"cursor": {
"pageSize": 15,
"hasMore": false,
"data": [
{
"date": "2023-11-07T05:31:56Z",
"triggerID": "<string>",
"event": {},
"workflowInstanceID": "<string>",
"workflowInstance": {
"workflowID": "<string>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"terminated": true,
"status": [
{
"stage": 123,
"instanceID": "<string>",
"startedAt": "2023-11-07T05:31:56Z",
"terminatedAt": "2023-11-07T05:31:56Z",
"error": "<string>"
}
],
"terminatedAt": "2023-11-07T05:31:56Z",
"error": "<string>",
"workflow": {
"config": {
"stages": [
{}
],
"name": "<string>"
},
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"id": "<string>"
}
},
"error": "<string>"
}
],
"previous": "YXVsdCBhbmQgYSBtYXhpbXVtIG1heF9yZXN1bHRzLol=",
"next": ""
}
}The access token received from the authorization server in the OAuth 2.0 flow.
The trigger id
Parameter used in pagination requests. Set to the value of next for the next page of results. Set to the value of previous for the previous page of results. No other parameters can be set when this parameter is set.
"aHR0cHM6Ly9nLnBhZ2UvTmVrby1SYW1lbj9zaGFyZQ=="
The maximum number of results to return per page.
1 <= x <= 1000List of triggers occurrences
Show child attributes
1 <= x <= 100015
false
Show child attributes
Show child attributes
Show child attributes
Show child attributes
"YXVsdCBhbmQgYSBtYXhpbXVtIG1heF9yZXN1bHRzLol="
""