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

---
title: "List projects"
description: "Lists all projects for the caller's org."
api: "GET /api/v0/projects"
gridGap: 30
---

<Aside full>

<RequestExample>

```bash
curl -X GET "https://api.example.com/api/v0/projects"
```

</RequestExample>

</Aside>

<OpenAPIEndpoint {...{"method":"get","path":"/api/v0/projects","summary":"List projects","description":"Lists all projects for the caller's org.","parameters":[],"responses":[{"status":"200","description":"","schema":{"type":"object","required":["projects"],"properties":{"projects":{"type":"array","items":{"type":"object","required":["projectId","orgId","name","githubOwner","githubRepo","createdAt","updatedAt"],"properties":{"projectId":{"type":"string"},"orgId":{"type":"string"},"name":{"type":"string"},"githubOwner":{"anyOf":[{"type":"string"},{"type":"null"}]},"githubRepo":{"anyOf":[{"type":"string"},{"type":"null"}]},"createdAt":{},"updatedAt":{}}}}}}},{"status":"default","description":""}],"security":[],"servers":[]}} />

---

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