Skip to main content
GET
List security groups

Authorizations

Authorization
string
header
required

JWT token from authentication service

Headers

x-account-id
string

Account ID from authentication (must match path accountId)

Path Parameters

accountId
string
required

Account external ID

Pattern: ^acct-[a-zA-Z0-9]+-v1$
projectId
string
required

Project external ID

Pattern: ^proj-[a-zA-Z0-9]+-v1$

Query Parameters

page_size
integer
default:50

Number of items per page (max 100)

Required range: 1 <= x <= 100
page_token
string

Token for pagination

status
enum<string>

Filter by status

Available options:
active,
pending,
error,
deleting,
deleted

Response

List of security groups

security_groups
object[]
next_page_token
string

Token for next page (empty if no more pages)

total_count
integer

Total number of security groups

message
string