Files

112 lines
2.2 KiB
Markdown
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[Skip to content](https://coolify.io/docs/api-reference/api/operations/get-application-logs-by-uuid#VPContent)
Return to top
Get application logs.[](https://coolify.io/docs/api-reference/api/operations/get-application-logs-by-uuid#get-application-logs)
=================================================================================================================================
GET
/applications/{uuid}/logs
Get application logs by UUID.
Authorizations[](https://coolify.io/docs/api-reference/api/operations/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[](https://coolify.io/docs/api-reference/api/operations/get-application-logs-by-uuid#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[](https://coolify.io/docs/api-reference/api/operations/get-application-logs-by-uuid#responses)
----------------------------------------------------------------------------------------------------------
200400401404
Get application logs by UUID.
Content-Type
application/json
SchemaJSON
JSON
{
"logs": "string"
}
GET
/applications/{uuid}/logs
Playground[](https://coolify.io/docs/api-reference/api/operations/get-application-logs-by-uuid#playground)
------------------------------------------------------------------------------------------------------------
Authorization
bearerAuth
Variables
Key
Value
uuid\*
lines
Try it out
Samples[](https://coolify.io/docs/api-reference/api/operations/get-application-logs-by-uuid#samples)
------------------------------------------------------------------------------------------------------
Powered by [VitePress OpenAPI](https://github.com/enzonotario/vitepress-openapi)