v5

latestOpenAPI 3.0.3raw.githubusercontent.com2026-06-06153345.0 KB
Jobs

Get job details

Get full details of a specific job including payload and result. Accepts UUID (recommended) or numeric ID for backward compatibility.

get/jobs/{uuid}

Path parameters

uuidstring required

Job UUID (or numeric ID for backward compatibility)

Response

successful operation

statusstring

Example response

{
  "status": "success",
  "job": {
    "payload": {
      "project_id": 123,
      "options": {}
    },
    "result": {
      "pdf_path": "/path/to/project_123.pdf",
      "project_id": 123,
      "generated_at": "2025-01-11 16:30:45"
    }
  }
}