Project API
Returns details of a single commit
get/workspaces/{workspace_domain}/projects/{project_name}/repository/commits/{revision}
Path parameters
workspace_domainstring required
Example:my-company
The human-readable ID of the workspace
project_namestring required
Example:my-project
The human-readable ID of the project
revisionstring required
Example:abc123def456
The git revision (commit SHA, branch name, or tag name)