cURL
curl --request GET \ --url https://staging.depot.mesa.dev/{org}/{repo} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "org": "<string>", "name": "<string>", "default_branch": "<string>", "size_bytes": 123, "last_push_at": "<string>", "created_at": "<string>" }
Get metadata for a specific repository
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1
Repository