branches
List branches
List branches
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
(Required)
Example:
"ox"
Example:
"test-repo"
Response
200 - application/json
OK
Example:
[
{
"commit": {
"author": "Bessie Oxington",
"email": "hello@oxen.ai",
"id": "592d564750031fa1431000472c2d721d",
"message": "update README",
"timestamp": "2024-11-25T21:11:12Z"
},
"commit_id": "592d564750031fa1431000472c2d721d",
"name": "main"
}
]
Example:
"0.22.2"
Example:
"success"
Example:
"resource_found"