Get files list

Retrieve the list of uploaded files used to create labeling tasks for a specific project.

Authentication

Authorizationstring
The token (or API key) must be passed as a request header. You can find your user token on the User Account page in Label Studio. Example: <br><pre><code class="language-bash">curl https://label-studio-host/api/projects -H "Authorization: Token [your-token]"</code></pre>

Path parameters

idintegerRequired

Query parameters

allbooleanOptional
Set to "true" if you want to retrieve all file uploads
idslist of stringsOptional

Specify the list of file upload IDs to retrieve, e.g. ids=[1,2,3]

orderingstringOptional
Which field to use when ordering the results.

Response

filestring
idinteger
sizeinteger or null