GET
/
repositories
curl --request GET \
  --url https://apigcp.trynia.ai/v2/repositories \
  --header 'Authorization: Bearer <token>'
[
  {
    "repository_id": "<string>",
    "repository": "<string>",
    "branch": "<string>",
    "status": "indexing",
    "progress": {
      "percentage": 123,
      "stage": "<string>",
      "message": "<string>"
    },
    "error": "<string>"
  }
]

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Response

200
application/json

List of repositories retrieved successfully

The response is of type object[].