Jobs


GET /public/api/v1/jobs/{jobId}/steps/{step}/logs/download

Get one zip file containing all logs generated for this particular step identified by its jobId and step

Parameters

Name In Type Required Description
jobId path string Yes
step path string Yes

Responses

Status Description Schema
200 OK binary ZIP stream (Content-Type: application/zip)

GET /public/api/v1/jobs/{jobId}/logs/download

Download all the logs for the given job guid as a ZIP file

Parameters

Name In Type Required Description
jobId path string Yes

Responses

Status Description Schema
200 OK binary ZIP stream (Content-Type: application/zip)

GET /public/api/v1/jobs/{guid}

Get job execution info

Parameters

Name In Type Required Description
guid path string Yes

Responses

Status Description Schema
200 OK JobExecutionDto