Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Retrieve a list of active and historical projects for your company.
cURL
curl --request GET \ --url https://api.example.com/api/public/v1/projects
{ "data": [ { "id": "proj_123...", "name": "Website Redesign", "code": "WEB-26", "description": "Complete overhaul of the marketing site", "status": "ACTIVE", "startDate": "2026-01-01T00:00:00.000Z", "endDate": "2026-06-30T00:00:00.000Z", "createdAt": "2026-01-01T00:00:00.000Z", "updatedAt": "2026-05-18T00:00:00.000Z" } ] }
PROPOSED
ACTIVE
ON_HOLD
COMPLETED
CANCELLED