machine
Retrieve all machines for a user
Retrieve details of all machines for the authenticated user, with pagination and optional field selection
GET
/
v1
/
machines
Authorizations
Authorization
string
headerrequiredCreate your token in Comfy Deploy
Query Parameters
page
string
default: 1pageSize
string
default: 12fields
enum<string>
default: minimalAvailable options:
full
, minimal
Response
200 - application/json
machines
object[]
requiredtotal
number
requiredWas this page helpful?