Get file history
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:
- Commit details
- File entry state at that commit
Features:
- Supports pagination via optional
limitandskipparameters
Requirements: Requires READ access to the repository.
Documentation Index
Fetch the complete documentation index at: https://docs.diversion.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
This API uses OAuth 2 with the implicit grant flow
Path Parameters
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"
Query Parameters
Limit the number or items returned from a listing api
x >= 117
Skip a number of items returned from a listing api
x >= 017
Response
List of changes in the history of a versioned file

