v1
latestOpenAPI 3.0.32026-07-24354865.6 KBCommits
Commit uploads
Returns a paginated list of uploads for a single commit by commitid (SHA)
get/{service}/{owner_username}/repos/{repo_name}/commits/{commitid}/uploads/
Path parameters
commitidstring required
commit SHA
owner_usernamestring required
username from service provider
repo_namestring required
repository name
service'bitbucket' | 'bitbucket_server' | 'github' | 'github_enterprise' | 'gitlab' | 'gitlab_enterprise' required
Git hosting service provider
Query parameters
pageinteger
A page number within the paginated result set.
page_sizeinteger
Number of results to return per page.
Response
Example response
{
"count": 123,
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2"
}