List Organizations
List all organizations with optional filters and pagination
Authorizations
Bearer token
Account ID
Query Parameters
Filter by status
Filter by type
Filter by slug
Filter by name (partial match)
Filter by primary organization flag
Filter by parent organization
Filter by asset management status
disabled, enabled, read_only Include deleted organizations
1 <= x <= 1000x >= 0Comma-separated fields to sort by (e.g., "name,created_at")
Comma-separated sort directions - ASC or DESC (e.g., "ASC,DESC")
Comma-separated list of fields to expand (e.g., "tags")
Comma-separated tag IDs to filter by
URL-encoded JSON AND/OR filter tree for complex queries. A node is a group {"and":[...]} / {"or":[...]} or a leaf — a bracket-notation string "field[operator]=value". Composes as an additional AND alongside the bracket-notation filters. Max nesting depth 3, max 50 conditions.