tasks
logs

Get logs for a task

Retrieve the logs recorded for a task

get/tasks/{id}/logs

Path parameters

idstring required

task id.

Query parameters

fromstring

Beginning of a date-time range.

tostring

End of a date-time range.

limitinteger

The maximum number items to be returned. If not specified, the default is 100

Response

The call was successful.

process_idstring

The id of the process running the task

thread_idstring

The id of the thread running the task

activitystring

The activity that generated this log message

createdstring date-time

Time that the log message was created

severity'info' | 'severe' | 'warning'

The severity of the event. There are three levels: info is informational and no action is needed, warning may indicate that an error will occur if action is not taken, severe is critical and requires immediate attention (e.g. the application is down).

messagestring

The log message

Changes

No recorded changes to this endpoint across all 1 revision of this API.