List managed workspaces
Organizations
List managed workspaces
Lists workspaces managed by this organization. Requires membership in the organization.
GET
List managed workspaces
Authorizations
workspace API token (sk_akua_...) or OAuth2 JWT. Create tokens at https://akua.dev/developers/api-tokens
Path Parameters
Organization ID. Prefixed form org_<id> is canonical.
Required string length:
1 - 54Example:
"org_j572abc123def456"
Query Parameters
Pagination cursor from a previous response's next_cursor.
Items per page (1-100, default 50)
Required range:
1 <= x <= 100Example:
50