List Clerk machines
List machine-to-machine identities in a connected Clerk instance.
← All Clerk endpoints · Capability overview
/v1/clerk/machineshttps://api.vee3.io/v1/clerk/machines
List machine-to-machine identities in a connected Clerk instance.
Authorization
Send your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
MCP
The same capability is available as an MCP tool on Vee3 hosted MCP.
Tool name
clerk.list_machinesParameters5 fields
clerk_instance_idstringOptionalClerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account.
limitintegerOptionalMaximum number of results to return (1–500).
Default: 10 · min 1, max 500
offsetintegerOptionalNumber of results to skip before returning.
Default: 0 · min 0
querystringOptionalFilter by machine id (exact) or name (partial match).
order_bystringOptionalSort by name or created_at; prefix with - for descending (default -created_at).
Response9 fields
machinesarrayitems7 fieldsMachines for the requested page.
machinesarrayitemsidstringMachine id (mch_...).
namestringMachine display name.
instance_idstringClerk instance id (ins_...) that owns the machine.
default_token_ttlintegerDefault token lifetime in seconds for tokens created by this machine.
secret_keystringMachine secret key returned on create. Treat as high-privilege — do not log.
created_atintegerUnix timestamp in milliseconds when the machine was created.
updated_atintegerUnix timestamp in milliseconds when the machine was last updated.
total_countintegerTotal number of machines in the instance.
HTTP errors: clerk_connection_required, clerk_connection_not_found, clerk_connection_invalid, validation_error, unauthorized, payment_required