cURL
curl --request GET \ --url https://api.mesa.dev/api/v1/{org}/{repo}/commits \ --header 'Authorization: Bearer <token>'
{ "next_cursor": "<string>", "has_more": true, "commits": [ { "sha": "<string>", "message": "<string>", "author": { "name": "<string>", "email": "jsmith@example.com", "date": "<string>" }, "committer": { "name": "<string>", "email": "jsmith@example.com", "date": "<string>" } } ] }
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