Skip to main content
GET
/
api
/
executions
/
{execution_uuid}
/
logs
Get Execution Logs
curl --request GET \
  --url https://api.example.com/api/executions/{execution_uuid}/logs
{
  "logs": "<string>",
  "url": "<string>"
}

Headers

kinetic-api-key
string | null

Path Parameters

execution_uuid
string
required

Response

Successful Response

logs
string | null
url
string | null