Skip to main content
GET
/
v1
/
teams
/
{team_id}
/
tasks
/
{task_id}
/
executions
/
{execution_id}
/
logs
/
download
Download Full Log File
curl --request GET \
  --url https://api.dataraven.io/v1/teams/{team_id}/tasks/{task_id}/executions/{execution_id}/logs/download \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

task_id
string<uuid>
required
execution_id
string<uuid>
required
team_id
string<uuid>
required

Response

Log file content