List Workspaces in an Organization
Documentation Index
Fetch the complete documentation index at: https://astronomer-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the Organization to list Workspaces for.
A list of IDs for specific Workspaces to list. The API will list information only for Workspaces which have been specified in this list.
A list of names for specific Workspaces to filter by. The API will list information only for Workspaces which have been specified in this list.
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 OK
The maximum number of workspaces that can be retrieved per page.
0
The offset for the current page of workspaces in the complete result.
0
The total number of Workspaces in the paginated result.
0
An array of Workspace objects representing a list of workspaces.