cURL
curl --request GET \ --url https://staging.depot.mesa.dev/{org}/{repo}/commits \ --header 'Authorization: Bearer <token>'
{ "commits": [ { "sha": "<string>", "message": "<string>", "author": { "name": "<string>", "email": "[email protected]", "date": "<string>" }, "committer": { "name": "<string>", "email": "[email protected]", "date": "<string>" } } ], "next_cursor": "<string>", "has_more": true }
List commits for a repository from a specific ref
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1
1 <= x <= 100
Commit list
Show child attributes