Get Job by Id
Description
This endpoint retrieves a specific job. The Orders that are shown are determined by the credentials of the caller.
Endpoint
Request parameters
Responses
{
"data": {
"createdDate": "2026-05-04T10:30:00Z",
"modifiedDate": "2026-05-04T14:45:00Z",
"entityId": "job-12345-abcde",
"jobId": "JOB-2026-001",
"externalJobNumber": "EXT-789012",
"jobNumber": 2026001,
"jobName": "Ariel Movie Dubbing - French",
"jobTitle": "The Little Mermaid",
"jobKey": "ARIEL-FR-2026",
"jobType": "DUBBING",
"vendor": {
"vendorId": "VENDOR-456",
"vendorName": "Studio Dubbing Pro",
"contactPerson": "Marie Dubois",
"email": "marie.dubois@studiopro.fr",
"phone": "+33-1-23-45-67-89",
"address": "15 Rue de la Cinéma, Paris",
"country": "France"
},
"container": {
"containerId": "CONT-789",
"containerName": "The Little Mermaid (2023)",
"containerType": "MOVIE",
"description": "Live-action remake of Disney's The Little Mermaid",
"releaseDate": "2023-05-26",
"contentType": "ANIMATED_FEATURE"
},
"status": "IN_PROGRESS",
"systemStatus": "ACTIVE",
"jobSource": "MANUAL",
"externalIdentifier": "DISNEY-ARIEL-2026-FR",
"options": {
"priority": "HIGH",
"requiresReview": true,
"expedited": false,
"notes": "High priority for Cannes Film Festival deadline",
"tags": [
"disney",
"mermaid",
"french",
"cannes"
],
"customFields": {
"festival_deadline": "2026-05-15",
"voice_director": "Pierre Laurent"
}
},
"orders": [
{
"orderId": "ORDER-12345-001",
"orderNumber": 1001,
"orderDate": "2026-05-04T10:30:00Z",
"orderType": "DUBBING_SERVICE",
"territory": "France",
"language": "French",
"status": "IN_PROGRESS",
"dueDate": "2026-05-20",
"completedDate": null,
"totalAmount": 150000.0,
"currency": "EUR",
"vendorId": "VENDOR-456",
"notes": "Complete dubbing for theatrical release"
},
{
"orderId": "ORDER-12345-002",
"orderNumber": 1002,
"orderDate": "2026-05-04T11:00:00Z",
"orderType": "SUBTITLING_SERVICE",
"territory": "France",
"language": "French",
"status": "PENDING",
"dueDate": "2026-05-25",
"completedDate": null,
"totalAmount": 25000.0,
"currency": "EUR",
"vendorId": "VENDOR-456",
"notes": "French subtitles for hearing impaired"
}
],
"characters": [
{
"characterId": "CHAR-001",
"characterName": "Ariel",
"characterType": "MAIN",
"description": "Young mermaid princess with red hair",
"voiceActor": "Emmy Dubois",
"screenTime": 45.5,
"lineCount": 120,
"isManual": false,
"createdDate": "2026-05-04T10:30:00Z",
"modifiedDate": "2026-05-04T12:15:00Z"
},
{
"characterId": "CHAR-002",
"characterName": "Prince Eric",
"characterType": "MAIN",
"description": "Human prince who falls in love with Ariel",
"voiceActor": "Jean-Claude Moreau",
"screenTime": 32.0,
"lineCount": 85,
"isManual": false,
"createdDate": "2026-05-04T10:35:00Z",
"modifiedDate": "2026-05-04T12:20:00Z"
},
{
"characterId": "CHAR-003",
"characterName": "Sebastian",
"characterType": "SUPPORTING",
"description": "Red Jamaican crab, court composer",
"voiceActor": "Pierre Gaston",
"screenTime": 18.5,
"lineCount": 45,
"isManual": true,
"createdDate": "2026-05-04T14:00:00Z",
"modifiedDate": "2026-05-04T14:30:00Z"
}
],
"titleType": "FILM",
"hasEditPermissions": true
}
}
Related Documentation
Complete Order: complete an order by ID.
API Reference: See all available endpoints and details.
04 May 2026