List files in a batch

Return a list of files in a batch.

Path parameters

batch_idintegerRequired
The batch ID.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

IB-ContextstringOptional

Specify whether to use your community account or organization account to complete the request. To use your community account, define as your user ID. To use your organization account, define as your organization ID. If unspecified, defaults to community account context. 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 objectsOptional
List of files in the batch.
next_page_tokenstringOptional
Token for retrieving the next page of results.
has_morebooleanOptional
Indicates whether there are more files to be retrieved.