List Projects API
List organization projects with an API key.
List the projects of the organization that owns the API key.
Endpoint
GET /api/v1/projectsQuery Parameters
| Param | Type | Description |
|---|---|---|
includeArchived | boolean | Include archived projects (default false). |
Response
Returns { "projects": [...] }. Each project: id, name, slug, status, category, clientName, deadline, createdBy, createdAt, updatedAt.
Example
curl -H "Authorization: Bearer YOUR_API_KEY" \
'https://app.glandr.com/api/v1/projects'