Skip to main content
Returns a single project by name.

Path parameters

string
required
The unique name of the project.

Response

Returns a Project object with the full spec and status.
string
required
Always "caravanserai/v1".
string
required
Always "Project".
object
required
object
Desired state declared by the user.
object
Runtime state written by the controller manager and the agent.

Examples