The following endpoints allow you to manage scenarios logs.
Retrieves a collection of all logs for a scenario with a given ID. Returned logs are sorted by imtId
in descending order.
The ID of the scenario. You can get the scenarioId
with the List scenarios API call.
112
The timestamp in milliseconds that defines the starting point of time from which the logs should be retrieved. Older logs will not be returned.
1632395547
The timestamp in milliseconds that defines the ending point of time to which the logs should be retrieved. Newer logs will not be returned.
1632395548
Filters logs by the execution status. 1
is for success, 2
is for warning, and 3
is for error.
2
Available options: If set to true
, this parameter specifies that check runs should be hidden in the returned results. Check runs concern scenarios starting with a trigger in cases when the trigger does not find anything new.
true
The number of entities you want to skip before getting entities you want.
The maximum number of entities you want to get in the response.
Include records with last
value in the result set. Just in case of the last
based paging.
true
The last retrieved key. In response, you get only entries that follow after the key.
10
The value that will be used to sort returned entities by.
The sorting order. It accepts the ascending and descending direction specifiers.
Retrieves an execution log with a given ID for a scenario with a given ID. It returns the execution details such as execution duration, type, and status.
The ID of the scenario. You can get the scenarioId
with the List scenarios API call.
112
The unique ID of the scenario execution. It can be retrieved from the List scenario logs endpoint under the ID key.
cc1c49323b344687a324888762206003
Retrieves an aggreagated list of operations per module within a specified time period.
The ID of the scenario. You can get the scenarioId
with the List scenarios API call.
112
Days to summarize retrospectively. Default 1, must be between 1 and 30.
1
Retrieves an operation logs of a given module within a given scenario. Returns the operation details such as execution id, timestamp or status.
The ID of the scenario. You can get the scenarioId
with the List scenarios API call.
112
The unique ID of the scenario module. It is available in the scenario blueprint that can be retrieved from the Get scenario blueprint endpoint.
1
The number of entities you want to skip before getting entities you want.
The maximum number of entities you want to get in the response.
Include records with last
value in the result set. Just in case of the last
based paging.
true
The last retrieved key. In response, you get only entries that follow after the key.
10
The value that will be used to sort returned entities by.
The sorting order. It accepts the ascending and descending direction specifiers.