List Pools
pools
List Pools
List all pools for the organization.
Use the include parameter to fetch related resources in the response.
Related resources are returned in the included array following the JSON:API pattern.
GET
List Pools
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Comma-separated list of related resources to include. Allowed values: machines. Example: include=machines
Required range:
x >= 0Required range:
1 <= x <= 1000