Skip to content

Get application logs.

GET
/applications/{uuid}/logs

Get application logs by UUID.

Authorizations

bearerAuth

Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.

TypeHTTP (bearer)

Parameters

Path Parameters

uuid*

UUID of the application.

Typestring
Required
formatuuid

Query Parameters

lines

Number of lines to show from the end of the logs.

Typeinteger
formatint32
default100

Responses

Get application logs by UUID.
application/json
JSON
{
"logs": "string"
}

Samples

Powered by VitePress OpenAPI