Use a valid Bearer token to authenticate.
Limit of automation logs list.
Example: 20.
Default: 10
Pagination of automation logs list.
Example: 2.
Default: 1
sortBy is used to sort the result-set in ascending or descending order according to selected field. The value of this param is one of available fields on automation objects.
Default: @timestamp
sortOrder is to decide ascending or descending order
Example: asc or desc.
Default: desc
startDate & endDate is used to select range of time of automation log.
Example: 2022-08-10
startDate & endDate is used to select range of time of automation log.
Example: 2022-08-10
The identifier for Task that generated by system. Use GET /tasks API to get the list of Task IDs.
Example: 621dd813xy3ebf16b94d6969
The identifier for Automation that generated by system. Use GET /automations API to get the list of Automation IDs.
Example: 621dd813xy3ebf16b87d6969
for selecting automation log of success or failed, acceptable value:true,false. leave it empty if you want to get all data.
Example: true