Skip to main content
GET
Logs

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

orgId
string
required

The organization's id (UUID) or slug — either form is accepted.

projectId
string
required

The project's id (UUID) or slug — either form is accepted.

executionId
string
required

Query Parameters

since
string<date-time>

Inclusive RFC 3339 lower bound.

until
string<date-time>

Inclusive RFC 3339 upper bound.

limit
integer

Maximum entries, newest entries winning.

Required range: 1 <= x <= 500

Response

Execution log entries ordered oldest first.

entries
object[]
required