GET
/
v2
/
projects
/
{project_id}
/
apps
/
{app_id}
/
logs

Authorizations

Authorization
string
headerrequired

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

Path Parameters

project_id
string
required
app_id
string
required

Query Parameters

beforeDate
string

Retrieve logs before a specific date.

afterDate
string

Retrieve logs after a specific date.

container
string

Retrieve logs for a specific container.

runId
string

Retrieve logs for a specific run.