API/List Projects API

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/projects

Query Parameters

ParamTypeDescription
includeArchivedbooleanInclude 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'