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

---
title: "List organizations"
description: "List organizations"
api: "GET /api/v0/orgs"
gridGap: 30
---

<Aside full>

<RequestExample>

```bash lines=false
curl -X GET "https://api.example.com/api/v0/orgs"
```

</RequestExample>

</Aside>

<OpenAPIEndpoint {...{"method":"get","path":"/api/v0/orgs","summary":"List organizations","parameters":[],"responses":[{"status":"200","description":"","schema":{"type":"object","required":["orgs"],"properties":{"orgs":{"type":"array","items":{"type":"object","required":["id","name","createdAt","updatedAt","role"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"createdAt":{},"updatedAt":{},"role":{"type":"string","enum":["admin","member"]}}}}}}},{"status":"default","description":""}],"security":[],"servers":[]}} />

---

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