Get project details
Last updated
Last updated
GET
https://api.playment.io/v1/projects/:project_id/details
Get list of batches in a project
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
You can iterate over the list of batches received in the response to call the Get batch jobs API, which will give you a list of all the jobs in a batch. You can then iterate over this list and call the Get job result API to get the annotation results for each job.
project_id
string
ID of the project for which you want to get batches
x-api-key
string
API key for authentication