GET
/
repositories
/
{repository_id}

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Path Parameters

repository_id
string
required

The ID of the repository returned from the index endpoint

Response

200
application/json
Repository status retrieved successfully
repository
string
required

Repository identifier

branch
string
required

Branch being indexed

status
enum<string>
required

Current indexing status

Available options:
indexing,
completed,
error
progress
object

Detailed progress information

error
string

Error message if status is 'error'