Skip to main content
GET
/
applications
/
v1
/
projects
/
{id}
/
runtime-logs
Get runtime logs
curl --request GET \
  --url https://api.case.dev/applications/v1/projects/{id}/runtime-logs \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

API key starting with sk_case_

Path Parameters

id
string
required

Project ID

Query Parameters

limit
number
default:100

Maximum number of logs to return

Response

Success