cURL
curl --request GET \ --url https://apigcp.trynia.ai/v2/repositories/{repository_id} \ --header 'Authorization: Bearer <token>'
{ "repository": "<string>", "branch": "<string>", "status": "indexing", "progress": { "stage": "<string>", "message": "<string>", "progress": 123 }, "error": "<string>" }
Check the current status of repository indexing
API key must be provided in the Authorization header
The ID of the repository returned from the index endpoint
Repository status retrieved successfully
The response is of type object.
object