Skip to main content
GET
cURL
This is an enterprise feature.You can read more about our enterprise offering here Bolna enterprise.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

List of all sub-accounts

id
string<uuid>

Unique id for the associated sub-account

name
string

Name of the sub-account

Example:

"alpha-007"

organization_id
string<uuid>

Organization ID the sub-account belongs to

api_key
string

Sub-account API Key used to interact with sub-account resources like agents, executions, batches, etc.

Pattern: ^sa-[a-f0-9]{32}$
Example:

"sa-b33f4fbf011d4661a273a46b11d185f8"

multi_tenant
boolean

Whether the sub-account is being stored in a separate database

Example:

false

min_concurrency
integer

Guaranteed concurrency reserved for this sub-account even when the organization is at capacity. 0 means no guarantee.

Example:

5

max_concurrency
integer

Hard cap on this sub-account's concurrency. Omit (or send null) for an elastic account that can burst into the organization's unused capacity. 0 pauses the sub-account.

Example:

20