List Files

Returns a list of Files you have access to. Results are sorted, with the most recent appearing first.

Query parameters

limitintegerOptional

The maximum number of results to return. Defaults to 50. Minimum is 1. Maximum is 100.

sortenumOptional

Sort the results by created or updated. Defaults to ‘created_desc’. Possible values are created_asc, created_desc, updated_asc, updated_desc.

Allowed values:
createdAt.gtdatetimeOptional

Greater than filter for createdAt timestamp. Format is ISO 8601.

createdAt.ltdatetimeOptional

Less than filter for createdAt timestamp. Format is ISO 8601.

updatedAt.gtdatetimeOptional

Greater than filter for updatedAt timestamp. Format is ISO 8601.

updatedAt.ltdatetimeOptional

Less than filter for updatedAt timestamp. Format is ISO 8601.

nextTokenstringOptional

The next pagination token.

datasetIdstringOptional

Response

This endpoint returns an object.
datalist of objects
urlstring
nextTokenstringOptional

Errors