List files in a batch

Return a list of files in a batch.

Authentication

AuthorizationBearer
Bearer HTTP authentication.

Path parameters

batch_idintegerRequired
The batch ID.

Headers

IB-ContextstringOptional

Typically your organization ID. See Authorization and context identification for details.

Query parameters

page_sizeintegerOptional
The number of files to return in each page.
start_tokenstringOptional
The token to start the list from.

Response

Request successful.
nodeslist of objects
List of files in the batch.
next_page_tokenstring
Token for retrieving the next page of results.
has_moreboolean
Indicates whether there are more files to be retrieved.

Errors

404
Not Found Error