Integrazu Publishing Jobs
Get Publishing Job Status
Get the current status of a publishing job.
Returns detailed information including:
- Overall job status and progress percentage
- Current step being executed
- Status of each individual step (create, upload, publish to each platform)
- Error messages for failed steps
- Summary of succeeded vs failed platforms
Status Values:
- pending - Job created but not yet started
- processing - Actively processing steps
- completed - All steps finished (check platforms_succeeded/failed)
- failed - Job failed (critical error, e.g., advert creation failed)
- retrying - Retrying failed steps
Step Status Values:
- pending - Not yet started
- in_progress - Currently executing
- completed - Finished successfully
- failed - Failed (see error_message)
- skipped - Skipped (e.g., no images to upload)
get/api/integrazu/publish/{job_id}
Path parameters
job_idinteger required
Headers
x-api-tokenstring nullable
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.