GET /generate/
This endpoint returns the current status of a generation job. Use this to check the progress of an ongoing generation or retrieve details of a completed job.Path Parameters
The ID of the generation job to check.
Response
The unique identifier for the generation job.
The ID of the site being generated.
The current status:
pending, processing, completed, or failed.The progress percentage (0-100).
The URL for which the file was generated.
The generation options used.
URL to access the generated file (when completed).
URL to access the full-text version (when completed).
Error message if the job failed.
ISO 8601 timestamp of job creation.
ISO 8601 timestamp of job completion.