v1

latestOpenAPI 3.0.3Apache 2.02026-07-17302459.9 KB
Data Jobs Execution

Download data job logs. This API is guranteed to provide logs only if the jobs is currently running. For logs from older job executions - use logsUrl field passed by GET execution API or jobsQuery API.

<i>(Introduced in v1.2.9)</i>

get/data-jobs/for-team/{team_name}/jobs/{job_name}/executions/{execution_id}/logs

Path parameters

team_namestring required

Team Name

job_namestring required

Data Job Name.

execution_idstring required

Execution ID.

Query parameters

tail_linesinteger
Example:10

tail_lines when set to positive value, the number of lines from the end of the logs to return.

Response

Deployment properties

logsstring

The logs of the data job execution.