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.
cURL
curl --request GET \ --url https://api.mokaru.ai/v1/projects/{id} \ --header 'Authorization: Bearer <token>'
Get a single project by id
projects:read
GET /v1/projects/clx...
list-projects
{ "data": { "id": "clx...", "name": "Open Source CRM", "organisation": "Self-initiated", "description": "...", "startDate": "2023-01-01T00:00:00.000Z", "endDate": null, "isCurrent": true, "url": "https://github.com/user/crm", "createdAt": "2026-01-15T10:00:00.000Z", "updatedAt": "2026-01-15T10:00:00.000Z" } }
Was this page helpful?