Skip to main content
GET
/
organizations
/
{id}
/
workspaces
List managed workspaces
curl --request GET \
  --url https://api.akua.dev/v1/organizations/{id}/workspaces \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "name": "My Workspace",
      "icon": null,
      "created_at": 1
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.akua.dev/llms.txt

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

Authorizations

Authorization
string
header
required

workspace API token (sk_akua_...) or OAuth2 JWT. Create tokens at https://akua.dev/developers/api-tokens

Path Parameters

id
string
required

Organization ID. Prefixed form org_<id> is canonical.

Required string length: 1 - 54
Example:

"org_j572abc123def456"

Response

List of managed workspaces

data
object[]
required