cURL
curl --request GET \ --url https://api.mesa.dev/v1/{org}/{repo}/change \ --header 'Authorization: Bearer <token>'
{ "next_cursor": "<string>", "has_more": true, "changes": [ { "id": "<string>", "current_commit_oid": "<string>", "message": "<string>", "author": { "name": "<string>", "email": "jsmith@example.com", "date": "2023-11-07T05:31:56Z" }, "committer": { "name": "<string>", "email": "jsmith@example.com", "date": "2023-11-07T05:31:56Z" }, "parents": [ "<string>" ], "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ] }
List current reachable changes for a repository bookmark
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1
1 <= x <= 100
Change list
Show child attributes