List items

Returns list of Items given provided filters.

Path Params
string
required

Team's sluggified name

Query Params
required
boolean

Controls whether to include only items with/without comments

boolean

For batch operation this filter has to be set to true if no other optional filter is provided.

string

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.

string

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.

string

Prefix of item's name

string

Prefix of item's name

string

Partial item's name

string

Partial item's name

boolean
Defaults to false

Set to 'true' if you need the response to come with thumbnail URLs for each item.

boolean
Defaults to false

Set to 'true' if you need the response to come with a URL for the DICOM JSON of each slot

boolean
Defaults to false

Set to 'true' if you need the response to come with URLs to first section for each item.

boolean
Defaults to false

Set to 'true' if you need the response to come with additional workflow-related data. See 'WorkflowData' schema for more details.

boolean
Defaults to false

Set to 'true' if you need the response to come with tags associated with Item's slots.

integer

Defines how many items matching filters need to be skipped before returning result. Default value is 0.

integer

Defines max number of items to return on single page. Default value is 500.

string | null

Page cursor on which to end the page. Page cursor consist of list of values that ends with UUID or integer

string | null

Page cursor from which to start the page. Page cursor consist of list of values that ends with UUID or integer

string
enum

Sort by ID. Default value is asc.

Allowed:
string
enum

Sort by name. Default value is asc.

Allowed:
string
enum

Sort by priority. Default value is asc.

Allowed:
string
enum

Sort by overall size. Default value is asc.

Allowed:
string
enum

Sort by mean average precision metric in an evaluation run. Default value is asc.

Allowed:
string
enum

Sort by recently updated. Default value is asc.

Allowed:
string
enum

Sort by accuracy metric in an evaluation run. Default value is asc.

Allowed:
Responses

Callback
Language
Credentials
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json