v1
latestOpenAPI 3.0.02026-07-2480355389.7 KBList items
Returns list of Items given provided filters.
Path parameters
Team's sluggified name
Query parameters
[ 123 ]
Controls whether to include only items with/without comments
Controls whether to include only items with/without comments
For batch operation this filter has to be set to true if no other optional filter is provided.
For batch operation this filter has to be set to true if no other optional filter is provided.
Item's path prefix to match. This filter only matches on full path segments, it's not possible to match on e.g. '/some_path' with '/some' filter.
Item's path prefix to match. This filter only matches on full path segments, it's not possible to match on e.g. '/some_path' with '/some' filter.
Item's path prefix to match. This filter only matches on full path segments, it's not possible to match on e.g. '/some_path' with '/some' filter.
Item's path prefix to match. This filter only matches on full path segments, it's not possible to match on e.g. '/some_path' with '/some' filter.
[ "/some/path" ]
[ "/some/path" ]
[ "e23ff3f3-8f77-4e78-9e81-fdb25abfb781" ]
[ "e23ff3f3-8f77-4e78-9e81-fdb25abfb781" ]
[ "my item" ]
[ "my item" ]
Prefix of item's name
Prefix of item's name
Prefix of item's name
Prefix of item's name
Partial item's name
Partial item's name
Partial item's name
Partial item's name
[ "e23ff3f3-8f77-4e78-9e81-fdb25abfb781" ]
[ "e23ff3f3-8f77-4e78-9e81-fdb25abfb781" ]
[ "image" ]
[ "image" ]
[ 123 ]
[ 123 ]
[ 123 ]
[ 123 ]
[ 123 ]
[ 123 ]
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 additional workflow-related data. See 'WorkflowData' schema for more details.
Set to 'true' if you need the response to come with additional workflow-related data. See 'WorkflowData' schema for more details.
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.
Defines how many items matching filters need to be skipped before returning result. Default value is 0.
Defines max number of items to return on single page. Default value is 500.
Page cursor on which to end the page. Page cursor consist of list of values that ends with UUID or integer
Page cursor from which to start the page. Page cursor consist of list of values that ends with UUID or integer
Sort by ID. Default value is asc.
Sort by name. Default value is asc.
Sort by priority. Default value is asc.
Sort by overall size. Default value is asc.
Sort by mean average precision metric in an evaluation run. Default value is asc.
Sort by recently updated. Default value is asc.
Sort by accuracy metric in an evaluation run. Default value is asc.
Response
DatasetsV2.ItemManagement.ListItemsResponse
Example response
{
"items": [
{
"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"
}
}
],
"page": {
"count": 500,
"next": "2020-01-13 00:00:00,EB03745E-6A66-4BA0-802D-DE8785ABFFFE",
"previous": "2020-01-13 00:00:00,EB03745E-6A66-4BA0-802D-DE8785ABFFFE"
}
}