List Organizations
List the details about all Organizations that you have access to. Requires using a personal access token (PAT) for authentication.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Filters the Organization list by support plan.
TRIAL, BASIC, STANDARD, PREMIUM, BUSINESS_CRITICAL Filters the Organization list by product plan.
TRIAL, BASIC, STANDARD, PREMIUM, BUSINESS_CRITICAL filter by astronomer product, should be one of ASTRO or OBSERVE
ASTRO, OBSERVE Filters the Organization list by product.
HOSTED, HYBRID The number of results to skip before returning values.
x >= 0The maximum number of results to return.
0 <= x <= 1000A list of field names to sort by, and whether to show results as ascending or descending. Formatted as <fieldName>:asc or <fieldName>:desc.
name:asc, name:desc, createdAt:asc, createdAt:desc, updatedAt:asc, updatedAt:desc Response
OK