Request Body
The unique identifier of the organization that owns the repositories
Array of repository names to index. Must contain between 1 and 100 repositories.
Each repository name should be in the format “owner/repo-name”.
Response
Status of the operation. Always returns “success” for successful requests.
Error Responses
400
- Bad Request (empty org_id, empty repo_names, or more than 100 repositories)403
- Access denied to this organization422
- Validation error (invalid request format)
Notes
- Repository indexing is an asynchronous operation
- Use the Get Repository Status endpoint to check indexing progress
- Only repositories that your organization has access to can be indexed
- Duplicate repository names in the request will be ignored