> Agent-readable docs index: /llms.txt. Download /docs.zip to grep all markdown files locally.

---
title: "Get project"
description: "Get project"
api: "GET /api/v0/projects/{id}"
gridGap: 30
---

<Aside full>

<RequestExample>

```bash lines=false
curl -X GET "https://api.example.com/api/v0/projects/<id>"
```

</RequestExample>

</Aside>

<OpenAPIEndpoint {...{"method":"get","path":"/api/v0/projects/{id}","summary":"Get project","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":[{"status":"200","description":"","schema":{"type":"object","required":["id","orgId","name","createdAt","updatedAt","orgName","environments"],"properties":{"id":{"type":"string"},"orgId":{"type":"string"},"name":{"type":"string"},"createdAt":{},"updatedAt":{},"orgName":{"type":"string"},"environments":{"type":"array","items":{"type":"object","required":["id","projectId","name","slug","createdAt","updatedAt"],"properties":{"id":{"type":"string"},"projectId":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"},"createdAt":{},"updatedAt":{}}}}}}},{"status":"404","description":"","schema":{"type":"object","required":["error"],"properties":{"error":{"type":"string"}}}},{"status":"default","description":""}],"security":[],"servers":[]}} />

---

*Powered by [holocron.so](https://holocron.so)*
