Retrieves the complete change history for a specific file or directory path from a given reference (branch or commit). Returns a list of commits that modified the path, with each entry containing the commit details and the file entry state at that commit. Supports pagination via optional limit and skip parameters. Requires READ access to the repository.
This API uses OAuth 2 with the implicit grant flow
The repo ID of the repository. Repo name can be used instead of the ID, but usage of ID for permanent linking and API requests is preferred.
3 - 128"example_id"
An ID of a workspace, branch or commit.
3 - 128"example_id"
A path to a file inside the repository.
"/path/to/file"
Limit the number or items returned from a listing api
x >= 117
Skip a number of items returned from a listing api
x >= 017
List of changes in the history of a versioned file