Skip to main content
GET
/
jobs
/
{id}
Get job
curl --request GET \
  --url https://api.renderjuice.com/api/external/v1/jobs/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "123e4567-e89b-12d3-a456-426614174000",
    "status": "completed",
    "userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "workspaceId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "rootFolderId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z",
    "normalizedSeconds": 123,
    "previewUrl": "<string>",
    "failedReason": {
      "name": "<string>",
      "type": "<string>"
    },
    "requestedConfig": "<any>",
    "finalConfig": "<any>",
    "output": {
      "isDeletedForClient": true
    },
    "isAnalysisSkipped": true,
    "analysisId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "analysis": "<any>",
    "sceneFile": "<any>"
  }
}

Authorizations

Authorization
string
header
required

Path Parameters

id
string<uuid>
required
Example:

Response

200 - application/json
data
object
required