cURL
Controls
Get v1controlsclusters
List clusters for a specified control, separated into active and archived groups.
Returns all clusters for the given control ID, partitioned into active (non-obsolete) and archived (obsolete) clusters. Both groups are sorted by name ascending.
Authentication: Required (X-API-Key header)
Query Parameters:
controlId- Required. The control ID (ULID format) to list clusters for
Response includes:
activeClusters- Array of active clustersid- Cluster unique identifier (ULID format)name- Cluster namecode- Cluster code identifier
archivedClusters- Array of archived/obsolete clusters (same structure)
Use Cases:
- View all clusters under a control with their current status
- Identify which clusters are still active vs archived
- Audit trail of all clusters for compliance purposes
GET
cURL