Skip to main content
Returns a single project by name.
GET /api/v1/projects/{name}

Path parameters

name
string
required
The unique name of the project.

Response

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

Examples

curl http://localhost:8080/api/v1/projects/wordpress