cURL
curl --request GET \ --url https://depot.mesa.dev/api/v1/{org}/{repo}/agentblame \ --header 'Authorization: Bearer <token>'
{ "attributions": {}, "stats": { "total_lines": 123, "ai_lines": 123, "human_lines": 123, "ai_percentage": 123 } }
Retrieve agentblame attribution data for commits between two refs
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1
Attribution data
Show child attributes