List files in a batch
Return a list of files in a batch.
Path parameters
batch_id
The batch ID.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
IB-Context
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_size
The number of files to return in each page.
start_token
The token to start the list from.
Response
Request successful.
nodes
List of files in the batch.
next_page_token
Token for retrieving the next page of results.
has_more
Indicates whether there are more files to be retrieved.