v1

latestOpenAPI 3.0.32026-07-22115106141.4 KB
Repository Commit Manipulation

Get bulk details of commits by their IDs

get/repos/{repo_id}/commits/bulk

Path parameters

repo_idstring required
Example:example_id

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.

Query parameters

commit_idsstring[] required

List of commit IDs to include

[
  "dv.commit.350e1bc3-52dc-4659-9817-7ce8f3fdf628"
]

Response

An object describing a mapping of a commit by its ID

object required