cloud_projs_ls
Retrieve and filter client projects by name, order by fields, with options to include deleted projects and paginate results.
Instructions
Retrieve a list of projects for a client.
Results can be filtered by name and ordered by various fields.
Args: client_id: Client ID filter for administrators.
include_deleted: Whether to include deleted projects in the response.
limit: Limit value is used to limit the number of records in the result
name: Name to filter the results by.
offset: Offset value is used to exclude the first set of records from the result
order_by: Order by field and direction.
extra_headers: Send extra headers
extra_query: Add additional query parameters to the request
extra_body: Add additional JSON properties to the request
timeout: Override the client-level default timeout for this request, in seconds
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| client_id | No | ||
| include_deleted | No | ||
| limit | No | ||
| name | No | ||
| offset | No | ||
| order_by | No | ||
| extra_headers | No | ||
| extra_query | No | ||
| extra_body | No | ||
| timeout | No |