2.2 KiB
2.2 KiB
Return to top
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.
Type
HTTP (bearer)
Parameters
Path Parameters
uuid*
UUID of the application.
Type
string
Required
Query Parameters
lines
Number of lines to show from the end of the logs.
Type
integer
Format
"int32"
Default
100
Responses
200400401404
Get application logs by UUID.
Content-Type
application/json
SchemaJSON
JSON
{
"logs": "string"
}
GET
/applications/{uuid}/logs
Playground
Authorization
bearerAuth
Variables
Key
Value
uuid*
lines
Try it out
Samples
Powered by VitePress OpenAPI