Skip to main content
GET
/
environment
/
{environmentId}
/
log
List environment deployment logs
curl --request GET \
  --url https://api.qovery.com/environment/{environmentId}/log \
  --header 'Authorization: <api-key>'
{
  "results": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "created_at": "2023-11-07T05:31:56Z",
      "scope": {
        "type": "APPLICATION",
        "name": "<string>",
        "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
      },
      "state": "CANCELED",
      "message": "<string>",
      "execution_id": "<string>",
      "hint": "only for errors. it gives a possible action to the user -- Markdown can be injected"
    }
  ]
}

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

environmentId
string<uuid>
required

Environment ID

Response

List logs

results
object[]