Skip to main content
GET
/
v1
/
apps
/
{app_id}
/
logs
Get runtime or request logs
curl --request GET \
  --url https://api.mixpeek.com/v1/apps/{app_id}/logs \
  --header 'Authorization: Bearer <token>'
{
  "app_id": "<string>",
  "log_type": "<string>",
  "entries": [
    "<unknown>"
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

app_id
string
required

Query Parameters

log_type
string
default:runtime

Log type: runtime or requests

hours
integer
default:1

Lookback window in hours

Required range: 1 <= x <= 168
level
string | null

Filter by log level (runtime only)

limit
integer
default:100

Max entries

Required range: 1 <= x <= 1000

Response

Successful Response

app_id
string
required
log_type
string
required
entries
any[]
required