Authorizations
Path Parameters
Example:
Response
200 - application/json
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>"
}
}Retrieve job details.
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>"
}
}Show child attributes
Was this page helpful?