Skip to main content
GET
/
v2
/
jobs
/
view
/
{id}
Get Single Job
curl --request GET \
  --url https://api.tryhamsa.com/v2/jobs/view/{id} \
  --header 'Authorization: <api-key>'
{
  "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",
    "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"
    },
    "relevantJobId": null,
    "apiKey": "89a66718-2e43-4c05-b5f0-93bc1ae4daf9"
  }
}

Authorizations

Authorization
string
header
required

Pass the API key in the Authorization header, You need to put Token keyword before the API key. e.g. 'Authorization: Token '

Path Parameters

id
string<uuid>
required

The unique identifier of the job

Example:

"48f7656f-098b-4c43-b165-7cfd2cc8ac30"

Query Parameters

projectId
string<uuid>
required

The unique identifier of the project

Example:

"48f7656f-098b-4c43-b165-7cfd2cc8ac30"

Response

Successful response with job details

success
boolean
Example:

true

message
string
Example:

"Operation completed successfully"

messageKey
string
Example:

"OPERATION_SUCCESSFUL"

data
object