List repository targets for automation discovery.
cURL
curl --request GET \ --url https://app.strix.ai/api/v1/repositories \ --header 'Authorization: Bearer <token>'
{ "items": [ { "id": "<string>", "full_name": "<string>", "provider": "<string>", "created_at": "2023-11-07T05:31:56Z" } ], "meta": { "page": 123, "limit": 123, "total_items": 123, "total_pages": 123, "has_next": true, "has_prev": true } }
API token from Settings > API Access
List of repositories
Show child attributes