GET https://api.playment.io/v0/projects/ <project_id>/jobs/<job_id>

Parameters
project_id: To be passed in the URL
x-api-key: Secret key to be passed as a header

{
    "data": {
        "project_id": "",
        "reference_id": "001",
        "job_id": "fde54589-ebty-48lp-677a-03a0428ca836",
        "batch_id": "b99d241a-bb80-ghyi-po90-c37d4fead593",
        "status": "completed",
        "tag": "sample_project",
        "priority_weight": 5,
        "result": "https://playment-data-uploads.s3.ap-south-1.amazonaws.com/sample-result.json"
    },
    "success": true
}

Response Structure

NameDescription
project_idString id of the project
reference_idString reference id of the job provided while creating
job_idString id of the job corresponding to reference_id job
batch_idString id of the batch
statusString status of the job, whether it has been completed or not
tagString denotes the process in which the annotation took place.
priority_weightNumber Its value ranges from 1 to 10 with 1 being lowest, 10 being highest and 5 as default.
resultString URL of the JSON outcome of the annotation. Result will vary for different type of jobs

Refer to annotation section for different type of job specific result json structure and data

Language
Authorization
Header
Click Try It! to start a request and see the response here!