cURL
curl --request GET \ --url https://api.example.com/v1/projects
{ "data": [ { "id": "<string>", "name": "<string>", "description": "<string>", "status": "<string>", "templateSlug": "<string>", "createdBy": "<string>", "createdAt": "<string>", "updatedAt": "<string>" } ], "nextCursor": "<string>" }
Retrieve a paginated list of projects in your organization.
active
archived
Show Project object
null
curl https://api.getkommit.ai/v1/projects?status=active&limit=10 \ -H "Authorization: Bearer km_your_api_key"
Was this page helpful?