v1

latestSwagger 2.0Apache 2.02026-07-174650145.6 KB
Jobs

Get task logs

Retrieves the execution logs for a specific task. The file path for the log must be obtained from the Get Job Tasks endpoint.

post/api/v1/project/{projectid}/jobs/{id}/tasks/{taskid}/logs

Path parameters

projectidstring required

project id (default is 123)

idinteger required

job id

taskidstring required

task id (defaults to 1)

Query parameters

cursorinteger

log cursor

limitinteger

log limit

directionstring

log direction

Request body

file_pathstring required

Example request

{
  "file_path": "sync-123-2-2026-01-19T13:45:09Z"
}

Response

OK