Job
Operations related to the job queue.
📄️ List jobs
Retrieve jobs, optionally filtered by status.
📄️ Get job detail
Retrieve details of a specific job by its ID.
📄️ Delete a job
Delete a specific job by its ID.
📄️ Retry a job
Create a new job using the same operation data as an existing job. The original job is preserved. Returns the new job ID.