List all organizations.
Admin-only endpoint returning all organization records from the shared namespace.
Returns: List of organization records ordered by name.
cURL
curl --request GET \ --url https://api.example.com/organizations/
[ { "organization_id": "<string>", "name": "<string>", "slug": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "status": "active", "main_agent_resource_id": "<string>" } ]
Successful Response
Lifecycle status of an organization.
active
deactivating
deleted