Skip to main content
GET
Read log automation

Authorizations

Authorization
string
header
required

Use a valid Bearer token to authenticate.

Query Parameters

limit
string

Limit of automation logs list. Example: 20. Default: 10

page
integer<int32>

Pagination of automation logs list. Example: 2. Default: 1

sortBy
string

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
string

sortOrder is to decide ascending or descending order Example: asc or desc. Default: desc

startDate
string

startDate & endDate is used to select range of time of automation log. Example: 2022-08-10

endDate
string

startDate & endDate is used to select range of time of automation log. Example: 2022-08-10

taskId
string

The identifier for Task that generated by system. Use GET /tasks API to get the list of Task IDs. Example: 621dd813xy3ebf16b94d6969

automationId
string

The identifier for Automation that generated by system. Use GET /automations API to get the list of Automation IDs. Example: 621dd813xy3ebf16b87d6969

isSuccess
boolean

for selecting automation log of success or failed, acceptable value:true,false. leave it empty if you want to get all data. Example: true

Response

Success

status
boolean

Status of response.

message
string

Message of API response.

total
integer

Total data of automation logs.

data
object[]

List of automation logs object.

params
object

Params of automation logs.