AI Page Generator - Protected

Get Page Generation Status

Check the status of a page generation job.

Returns detailed information about the job including:

  • Current status (pending, analyzing, generating_page, saving_page, uploading, completed, failed)
  • Progress percentage (0-100)
  • Current step description
  • Error message (if failed)
get/api/websites/{website_id}/pages/generate/{job_id}

Path parameters

website_idinteger required
job_idinteger required

Headers

x-api-tokenstring nullable

Response

Successful Response

job_idinteger required
website_idinteger required
target_domainstring required
statusstring required
progressinteger required
current_stepstring nullable required
resultobject nullable required
error_messagestring nullable required
created_atstring nullable required
updated_atstring nullable required
completed_atstring nullable required

Changes

No recorded changes to this endpoint across all 3 revisions of this API.