cURL
curl --request GET \ --url https://staging.depot.mesa.dev/{org}/{repo}/commits/{sha} \ --header 'Authorization: Bearer <token>'
{ "sha": "<string>", "message": "<string>", "author": { "name": "<string>", "email": "[email protected]", "date": "<string>" }, "committer": { "name": "<string>", "email": "[email protected]", "date": "<string>" } }
Retrieve a specific commit by its SHA
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1
Commit
Show child attributes