Skip to main content
GET
Get Executor Logs

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

executor_id
string
required

Query Parameters

level
string | null
limit
integer
default:50

Response

Successful Response

Response for executor log entries.

executor_id
string
required

Executor identifier

logs
ExecutorLogEntry · object[]
required

Log entries

total_count
integer
required

Total number of log entries (before limit)