Organization management endpoints
List organizations for user
List organizations for user
query Parameters
limitLimit the number of organizations returned (default: 10)
offsetOffset the organizations returned (default: 0)
no_childrenIf true, only return organizations that are directly associated with the user, not child organizations (default: false)
parent_organization_idIf provided, only return organizations that are children of the specified parent organization
name_searchIf provided, only return organizations with names that contain the search string
List organizations for user › Responses
Response body for listing organizations
Create organization
Create organization
Create organization › Request Body
namebilling_account_iddescriptionfriendly_nameCreate organization › Responses
Response body for creating an organization
billing_account_idconnection_idcreated_atdescriptionfriendly_nameidnameparent_organization_idupdated_atUpdate organization
Update organization
path Parameters
organization_idOrganization ID
Update organization › Request Body
friendly_namedescriptionUpdate organization › Responses
Response body for updating an organization
billing_account_idconnection_idcreated_atdescriptionfriendly_nameidnameparent_organization_idupdated_atGet storage type cost summary by type
Get aggregated cost and usage summary for a specific storage type
path Parameters
organization_idOrganization ID
storage_typeStorage type (e.g., s3, dev-null, bigquery)
query Parameters
startISO3339 start time, default 6 hours ago
endISO3339 end time, default now
billing_typeFilter by billing type (billable|non_billable)
pipeline_idFilter to specific pipeline
Get storage type cost summary by type › Responses
Storage type cost summary
end_atorganization_idorganization_namestart_atList child organizations (teams)
List child organizations for the given parent organization. These are surfaced as "teams" in the UI.
path Parameters
organization_idParent Organization ID
query Parameters
limitLimit the number of organizations returned (default: 10)
offsetOffset the organizations returned (default: 0)
name_searchIf provided, only return organizations with names that contain the search string
List child organizations (teams) › Responses
List of child organizations
Create child organization (team)
Create a new child organization under the given parent organization. Known as a "team" in the UI.
path Parameters
organization_idParent Organization ID
Create child organization (team) › Request Body
Decision Table
| Variant | Matching Criteria |
|---|---|
| type = object | |
| type = object · requires: name |
Create child organization (team) › Responses
Created child organization
billing_account_idconnection_idcreated_atdescriptionfriendly_nameidnameparent_organization_idupdated_atDelete child organization (team)
Delete a child organization under the given parent organization. Known as a "team" in the UI.
path Parameters
organization_idParent Organization ID
child_organization_idChild Organization ID
Delete child organization (team) › Responses
Child organization deleted successfully
Update child organization (team)
Update a child organization under the given parent organization. Known as a "team" in the UI.
path Parameters
organization_idParent Organization ID
child_organization_idChild Organization ID
Update child organization (team) › Request Body
Decision Table
| Variant | Matching Criteria |
|---|---|
| type = object | |
| type = object · requires: friendly_name |
Update child organization (team) › Responses
Updated child organization
billing_account_idconnection_idcreated_atdescriptionfriendly_nameidnameparent_organization_idupdated_at