Command Palette
Search for a command to run

Get machine logs

Retrieve logs for a machine

GET
/{namespace}/machine/{name}/logs

Path parameters


namespace
type: string
required
The namespace (user or organization) the machine belongs to.
name
type: string
required
The machine name.

Query parameters


tail
type: integer
Number of most recent log lines to return. Maximum `10000`.
default: 100
since
type: string
Return logs after this ISO 8601 timestamp. For example, `2026-03-18T12:00:00Z`.

Previous Get machine analytics

Next List machines