Skip to content

Send a batch of logs for a deployment.

POST
/v1/stacks/{org_uuid}/{stack_id}/deployments/{deployment_uuid}/logs

Send a batch of logs for a deployment.
Body cannot be larger than 4 MiB.

Authorizations

apiKey

API key as username in Basic Authorization with
empty password.

TypeAPI Key (header: Authorization)
or
jwtToken
TypeHTTP (bearer)

Parameters

Path Parameters

org_uuid*

UUID of the organization

Typestring
Required
format"uuid"
stack_id*

ID of the Stack

Typeinteger
Required
format"int64"
deployment_uuid*

UUID of the deployment

Typestring
Required
format"uuid"

Request Body

application/json
JSON
[
{
"log_line": 0,
"timestamp": "string",
"channel": "string",
"message": "string"
}
]

Responses

No Content

Playground

Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI