Skip to main content
GET
/
environment
/
{environmentId}
/
logs
List environment deployment logs v2
curl --request GET \
  --url https://api.qovery.com/environment/{environmentId}/logs \
  --header 'Authorization: <api-key>'
[
  {
    "type": "<string>",
    "timestamp": "2023-11-07T05:31:56Z",
    "details": {
      "organization_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "cluster_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "execution_id": "<string>",
      "transmitter": {
        "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "name": "<string>",
        "type": "<string>"
      },
      "stage": {
        "step": "<string>",
        "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "name": "<string>"
      }
    },
    "error": {
      "tag": "<string>",
      "user_log_message": "<string>",
      "link": "<string>",
      "hint_message": "<string>",
      "underlying_error": {
        "message": "<string>",
        "full_details": "<string>"
      }
    },
    "message": {
      "safe_message": "<string>",
      "full_details": "<string>"
    }
  }
]

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

Query Parameters

version
string

Response

List logs v2

type
string<string>
required
timestamp
string<date-time>
required
details
object
required
error
object | null
message
object | null