Scroll Files with Groups
Scroll through the files along with their groups in a dataset. This is useful for paginating through files. The cursor is used to fetch the next page of files. The page size is used to specify how many files to fetch per page. The default page size is 10.
Authorizations
Headers
The dataset id or tracking_id to use for the request. We assume you intend to use an id if the value is a valid uuid.
Query Parameters
The cursor to fetch files from. If not specified, will fetch from the beginning. File ids are compared to the cursor using a greater than or equal to.
The page size of files you wish to fetch. Defaults to 10.
x >= 0
Response
This is a paginated list of files and their associated groups. The page size is specified in the request. The cursor is used to fetch the next page of files.
Parameter for the next cursor offset. This is used to fetch the next page of files. If there are no more files, this will be None.
Was this page helpful?