Retrieve job
render_retrieve_jobGet details of a specific one-off job for a Render service. Provide service and job IDs to fetch job status, logs, or output.
Instructions
Retrieve job. Retrieve the details of a particular one-off job for a particular service. Calls GET /services/{serviceId}/jobs/{jobId} on the Render Public API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | The ID of the job | |
| serviceId | Yes | The ID of the service |