Command Palette
Search for a command to run

Get job logs

Retrieve the logs for a job

GET
/auth/v1/seed/{namespace}/jobs/{name}/logs

Retrieve the logs for a job. Each log entry includes the originating node, a timestamp, and the log message.

Path parameters


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

Previous Get a job

Next Cancel a job