Command Palette
Search for a command to run

Get deployment logs

Retrieve build and deploy logs for a deployment

GET
/auth/v1/seed/{namespace}/projects/{proj}/deployments/{id}/logs

Path parameters


namespace
type: string
required
The namespace (user or organization) the project belongs to.
proj
type: string
required
The project ID or slug.
id
type: string
required
The deployment ID.

Previous Get a deployment

Next Rollback a deployment