latestOpenAPI 3.1.0Proprietary2026-08-1095216168.4 KB
db81a447bba9
Cloud Accounts
List cloud accounts
Returns the tenant's registered cloud accounts.
get/tenants/{tenant_id}/cloud_accounts
Path parameters
tenant_idinteger required
Example:7261845022003200000
Tenant identifier
Query parameters
pageinteger nullable
resultsinteger nullable
namestring
Example:aws-prod
cloudstring nullable
regionstring nullable
Response
Paged cloud accounts
Example response
{
"items": [
{
"account_id": "123456789012",
"cloud": "aws",
"created_at": "2026-05-20T10:00:00Z",
"id": 7261845211446120000,
"name": "acme-prod-aws",
"region": "us-east-1",
"status": "active",
"updated_at": "2026-05-20T10:00:00Z",
"validated_at": "2026-05-20T10:00:00Z"
}
],
"page": 1,
"total_pages": 4,
"total_results": 137
}