Skip to main content
GET
/
v2
/
projects
/
{project_id}
/
apps
/
{app_id}
/
logs
Get App Logs
curl --request GET \
  --url https://rest.cerebrium.ai/v2/projects/{project_id}/apps/{app_id}/logs \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Path Parameters

project_id
string
required
app_id
string
required

Query Parameters

beforeDate
string
afterDate
string
container
string
runId
string

Response

200