Pogodoc
API Reference

Get Job Status

Fetches detailed job information from S3 storage including job status, template ID, target format, and output details if available.

GET
/jobs/{jobId}
AuthorizationBearer <token>

In: header

Path Parameters

jobIdstring

ID of the render job

Response Body

application/json

curl -X GET "https://api.pogodoc.com/v1/jobs/string"
{
  "jobId": "string",
  "target": "string",
  "status": "string",
  "success": {},
  "output": {},
  "error": {}
}