Cursor-paginated list of projects for the authed organisation.
- Mock serverhttps://docs.mercura.ai/_mock/openapi/projects
- https://docs.mercura.ai/api/public/v1https://docs.mercura.ai/api/public/v1/projects
- Productionhttps://prod-euapi.mercura.ai/api/public/v1/projects
curl -i -X GET \
'https://docs.mercura.ai/_mock/openapi/projects?cursor=string&modified_since=2019-08-24T14%3A15%3A22Z&limit=1&object_number=string&request_id=0&status=string' \
-H 'authorization: string'Successful Response
Example:
[ { "acknowledgement": { … }, "construction_site_address": { … }, "created_at": "2026-07-08T09:10:00Z", "currency": "EUR", "custom_fields": { … }, "estimated_value": 185000, "id": "90", "name": "Neubau Bürogebäude Rheinpark", "object_number": "OBJ-2026-0042", "planner_address": { … }, "request_ids": [ … ], "responsible_user": { … }, "status": "ACTIVE", "submission_date": "2026-08-15", "updated_at": "2026-07-09T12:00:12Z" } ]
Response
{ "data": [ { … } ], "next_cursor": "string" }