Apps
Get App Logs
Retrieve logs for a specific app.
GET
/
v2
/
projects
/
{project_id}
/
apps
/
{app_id}
/
logs
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
project_id
string
requiredapp_id
string
requiredQuery 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.