Multi FileFeed Commits
List commits
Returns a paginated list of commits (immutable snapshots) for the Multi FileFeed, ordered newest-first.
Each entry contains the commit ID and creation timestamp. To retrieve a commit's full transforms, use GET /commits/{commit_id}.
Requires Multi FileFeed transforms to be enabled for the organization.
get/v0/multi-file-feeds/{multi_file_feed_id}/commits
Query parameters
offsetinteger
The number of items to skip before starting to collect the result set
limitinteger
The number of items to return (default 20, max 100)
Response
Successful response