List workspaces in an organization.Documentation Index
Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
External DocumentationTo learn more, visit the Terraform Cloud documentation.
Basic Parameters
| Parameter | Description |
|---|---|
| Organization Name | The name of the organization to list the workspaces of. |
| Query By Name | Fetch workspaces with a name that matches the search string using a fuzzy search. |
| Query By Tags | Fetch workspaces with a tag. If a comma separated list of tags is provided, results matching all of the tags are returned. |
| Sort | Allows sorting the organization’s workspaces by a provided value. |
Advanced Parameters
| Parameter | Description |
|---|---|
| Exclude Tags | Fetch workspaces without a specified tag. If a comma separated list of tags is provided, workspaces with tags matching any of the tags are excluded. |
| Filter By Status | Return workspaces that match the status of a current run. |
| Page Number | Page number of results to retrieve. Defaults to the first page, if omitted when Page Size is provided. |
| Page Size | Number of results per page. Valid range is 1-100. Defaults to 20 if omitted when Page Number is provided. |
| Query By Project ID | Return workspaces in the specified project. |
| Tagged With Key | Return results to workspaces that are tagged with the provided key. For more information, please visit Terraform’s documentation. |
| Tagged With Value | Return workspaces that are tagged with the provided value. For more information, please visit Terraform’s documentation. |
| Wildcard Name | Restricts results to workspaces with partial matching, using * on prefix, suffix, or both. For more information, please visit Terraform’s documentation. |