v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-151,1412,2144.5 MB
Apps

List application logs

List logs for the app

get/fastedge/v1/apps/{app_id}/logs

Path parameters

app_idinteger required

Unique identifier of the application to retrieve logs for

Query parameters

fromstring date-time
Example:2023-12-31T23:59:59Z

Start of log retrieval period in RFC3339 format. Defaults to 1 hour ago if not specified.

tostring date-time
Example:2026-01-31T23:59:59Z

Reporting period end time, RFC3339 format. Default current time in UTC.

edgestring string

Edge name

searchstring string

Search string

client_ipstring

Search by client IP address

request_idstring

Search by request ID

sort'desc' | 'asc' string

Sort order (default desc)

limitinteger

Limit for pagination

offsetinteger

Offset for pagination

Response

A paged array of logs

countinteger required

Number of logs available

offsetinteger

Current request offset

total_countinteger

Number of total logs available (do not use, to be removed)