GET /generate/:jobId
This endpoint returns the current status of a generation job. Since generation is now synchronous, this is primarily useful for checking the details of a completed job or for debugging failed jobs.Path Parameters
The ID of the generation job to check.
Response
The ID of the generation job.
The current status of the job.
The progress of the job as a percentage.
The URL for which the file was generated.
The timestamp for when the job was created.
The timestamp for when the job was completed.
The URL of the generated file.
An error message if the job failed.