Skip to main content
GET
/
container
/
{containerId}
/
log
List logs
curl --request GET \
  --url https://api.qovery.com/container/{containerId}/log \
  --header 'Authorization: <api-key>'
{
  "results": [
    {
      "id": "4aa76065-68b3-41ef-aa1d-46be67012bef",
      "created_at": "2022-04-19T15:36:12.024Z",
      "message": "<string>",
      "pod_name": "app-z4aa76065-57d84cbbdb-xcg8v",
      "version": "2bfd61fe45946c74f318050b26210be486c43a39"
    }
  ]
}

Authorizations

Authorization
string
header
required

Token API are generated by Qovery to manage machine to machine interaction and do not have a TTL. Prefix your token with "Token ". Curl Example: curl https://console.qovery.com/organization -H "Authorization: Token $qovery_token"

Path Parameters

containerId
string<uuid>
required

Container ID

Response

List logs

results
object[]