v1
latestOpenAPI 3.0.02026-07-2480355389.7 KBGet Item
Returns an Item with the provided ID.
Path parameters
Team's sluggified name
Query parameters
Set to 'true' if you need the response to come with thumbnail URLs for each item.
Set to 'true' if you need the response to come with thumbnail URLs for each item.
Set to 'true' if you need the response to come with a URL for the DICOM JSON of each slot
Set to 'true' if you need the response to come with a URL for the DICOM JSON of each slot
Set to 'true' if you need the response to come with URLs to first section for each item.
Set to 'true' if you need the response to come with URLs to first section for each item.
Set to 'true' if you need the response to come with tags associated with Item's slots.
Set to 'true' if you need the response to come with tags associated with Item's slots.
Response
DatasetsV2.ItemManagement.Item
Example response
{
"dataset_id": 123,
"id": "e23ff3f3-8f77-4e78-9e81-fdb25abfb781",
"layout": {
"slots_grid": [
[
[
"1",
"2"
],
"3"
],
[
"4"
]
],
"version": 3
},
"name": "some-item",
"priority": 1,
"slots": [
{
"file_name": "my_image.jpg",
"first_section_url": "https://darwin-production-data.s3.eu-west-1.amazonaws.com/some-file.jpg?X-Amz-Signature=f0aa21e3d89ba4e7a7108eaf9873566ee5e0e3823bc5862fd3b0b9f1f44d15ac&X-Amz-Algorithm=AWS4-HMAC-SHA256",
"id": "e23ff3f3-8f77-4e78-9e81-fdb25abfb781",
"metadata": {
"some_key1": "some value 1",
"some_key2": "some value 2"
},
"slot_name": "0",
"thumbnail_url": "https://darwin-production-data.s3.eu-west-1.amazonaws.com/some-file.jpg?X-Amz-Signature=f0aa21e3d89ba4e7a7108eaf9873566ee5e0e3823bc5862fd3b0b9f1f44d15ac&X-Amz-Algorithm=AWS4-HMAC-SHA256",
"total_sections": 5,
"upload_id": "e23ff3f3-8f77-4e78-9e81-fdb25abfb781"
}
],
"uploads": [
{
"file_name": "my_image.jpg",
"processing_error": {
"http_body": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Error><Code>AccessDenied</Code><Message>Access Denied</Message><RequestId>Some_Request_Id</RequestId><HostId>Some_Host_Id</HostId></Error>",
"http_status_code": 403,
"message": "An error occurred while uploading a file.",
"stage": "upload",
"type": "http"
},
"slot_name": "0",
"upload_id": "e23ff3f3-8f77-4e78-9e81-fdb25abfb781"
}
],
"workflow_data": {
"current_stage_instances": [
{
"assignee_id": 123,
"delete_annotations_snapshot_id": "e23ff3f3-8f77-4e78-9e81-fdb25abfb781",
"exit_snapshot_id": "e23ff3f3-8f77-4e78-9e81-fdb25abfb781",
"parent_stage_id": "e23ff3f3-8f77-4e78-9e81-fdb25abfb781",
"stage_id": "e23ff3f3-8f77-4e78-9e81-fdb25abfb781"
}
],
"workflow_id": "e23ff3f3-8f77-4e78-9e81-fdb25abfb781"
}
}