Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

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

Parameters

ParameterDescription
BranchThe branch name to filter results by.
Include InactiveSelect to include inactive repositories.
NameThe repository name to filter results by.
PageThe page number to retrieve. Starting at 0.
Per PageThe maximum number of items to retrieve per page. Valid range is 10 to 200.
Return All PagesAutomatically fetch all resources, page by page.

Example Output

[
	{
		"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"
	}
]

Workflow Library Example

List Code Repos with Aikido and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop