list_private_workers
Retrieve a list of self-hosted pool workers, filtering by status (all, in_use, idle) with pagination support.
Instructions
List self-hosted pool workers (GET /v0/private-workers).
Requires the pool's service account API key.
Args: status: One of all, in_use, idle (default all). limit: Page size 1-100 (default 50). next_page_token: Pagination cursor from a previous response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| status | No | all | |
| next_page_token | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||