External DocumentationTo learn more, visit the Aikido documentation.
Actions
List Code Repos
Retrieve a list of all active code repositories.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Branch | The branch name to filter results by. |
| Include Inactive | Select to include inactive repositories. |
| Name | The repository name to filter results by. |
| Page | The page number to retrieve. Starting at 0. |
| Per Page | The maximum number of items to retrieve per page. Valid range is 10 to 200. |
| Return All Pages | Automatically fetch all resources, page by page. |
[
{
"id": 1,
"name": "Compression service",
"provider": "github",
"external_repo_id": "R_kgDOI5RlKA",
"external_repo_numeric_id": 1234567890,
"active": true,
"url": "https://api.github.com/repos/aikidemo/compression-service",
"branch": "main",
"last_scanned_at": 1720083163,
"connectivity": "connected",
"sensitivity": "normal"
}
]
Was this page helpful?