List all machines for the authenticated organization.
Supports pagination and filtering by status, name, or substring search.
Use the include parameter to fetch related resources in the response.
Related resources are returned in the included array following the JSON:API pattern.
Documentation Index
Fetch the complete documentation index at: https://docs.cyberdesk.io/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.
Search machines by id, name, or hostname (case-insensitive substring match)
Exact-match filter on the machine's name (case-sensitive). Use this to look up machines by the value passed to cyberdriver --name, e.g. when correlating VMs you spawned from the same image. Names are not unique; the response is a list.
Filter by machine status
connected, disconnected, error Filter machines created at or after this ISO timestamp (UTC)
Filter machines created at or before this ISO timestamp (UTC)
Comma-separated list of related resources to include. Allowed values: pools. Example: include=pools
x >= 01 <= x <= 1000