Command Palette
Search for a command to run

Get a project

Retrieve details for a single project by its ID or slug

GET
/auth/v1/seed/{namespace}/projects/{id_or_slug}

Path parameters


namespace
type: string
required
The namespace (user or organization) the project belongs to.
id_or_slug
type: string
required
The project ID (e.g., `proj_8f3a2b1c`) or slug (e.g., `inference-api`).

Previous List projects

Next Update a project