v1

latestOpenAPI 3.0.1MIT2026-07-26104203277.0 KB

Get Single Job

Retrieve detailed information about a specific job.

get/v2/jobs/view/{id}

Path parameters

idstring uuid required
Example:48f7656f-098b-4c43-b165-7cfd2cc8ac30

The unique identifier of the job

Query parameters

projectIdstring uuid required
Example:48f7656f-098b-4c43-b165-7cfd2cc8ac30

The unique identifier of the project

Response

Successful response with job details

successboolean
messagestring
messageKeystring

Example response

{
  "success": true,
  "message": "Operation completed successfully",
  "messageKey": "OPERATION_SUCCESSFUL",
  "data": {
    "id": "5b171552-c5f7-42a9-ad92-c7945460dbb5",
    "title": "كلام البيزنس اللي كلنا بنستناه في اي Deal | شارك تانك مصر | الموسم الرابع",
    "type": "TRANSCRIPTION",
    "status": "COMPLETED",
    "cost": 7,
    "systemModelKey": "HAMSA_GENERAL_V2.0",
    "createdAt": "2025-12-21T01:27:45.979Z",
    "updatedAt": "2025-12-21T00:00:00.000Z",
    "apiKey": "89a66718-2e43-4c05-b5f0-93bc1ae4daf9",
    "url": "https://www.youtube.com/watch?v=dLIKa3TimOM",
    "createdBy": "82a59526-9925-4ac1-914a-033518bd712a",
    "attributes": {
      "apiKey": "89a66718-2e43-4c05-b5f0-93bc1ae4daf9",
      "mediaUrl": "https://www.youtube.com/watch?v=dLIKa3TimOM",
      "model": "Hamsa-General-V2.0",
      "mediaType": "YOUTUBE"
    }
  }
}