Skip to main content
POST
Get Job Status

Additional Information

Usage Examples

Polling for Completion

Progress Tracking

You can only check the status of jobs that you created. The API will return a 403 error if you try to check someone else’s job.

Get Job Status

Check the status of a publishing job using the job ID returned when creating a post.

Headers

Request Body

Parameters

Response

Success Response (200 OK)

Job States

Response Fields

cURL Example

Error Responses

Unauthorized (401)
Forbidden (403)
Not Found (404)

Authorizations

Authorization
string
header
required

JWT token for authenticated requests

Body

application/json

Job status request

jobId
string
required

Job ID returned from post creation

Example:

"job-abc123"

queueType
string
default:post

Type of queue to check

Example:

"post"

Response

Job status retrieved successfully

success
boolean
Example:

true

data
object