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
id
Query parameters
all
Set to "true" if you want to retrieve all file uploads
ids
Specify the list of file upload IDs to retrieve, e.g. ids=[1,2,3]
ordering
Which field to use when ordering the results.
Response
file
id
size