v2

latestOpenAPI 3.0.3Apache-2.02026-08-07119359591.9 KB
Organizations

List organizations

List organizations the user has access to.

<Note>This endpoint is in beta, read more here.</Note>

get/v2/organizations

Query parameters

namestring

Case-insensitive substring filter on the resource name. Returns only resources whose name contains the given string. For example, name=prod matches "production", "my-prod-dataset", etc. If omitted, no name filtering is applied and all resources are returned.

limitinteger

Maximum items to return

cursorstring

Opaque pagination cursor returned from a previous response (pagination.next_cursor). Treat it as an unreadable token; do not attempt to parse or construct it.

Response

Returns a list of organization objects

Example response

{
  "organizations": [
    {
      "id": "RW50aXR5OjEyMzQ1"
    }
  ]
}