cURL
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>" } ]
List all indexed repositories for the authenticated user
API key must be provided in the Authorization header
List of repositories retrieved successfully
The response is of type object[].
object[]