List pulled processes
Processes the authenticated team has already pulled.
GET
/public/processes/pulledSame query parameters as GET /public/processes, but with pulled implicitly set to true.
Results are scoped to the team identified by the required x-team-id header. Read the id off Team Settings → General in app.circa.ai (the gear icon next to the team selector); switch teams there to read records from a different team.
Example
curl -s 'https://api.circa.ai/public/processes/pulled?limit=50&offset=0' \
-H 'x-api-key: circa_live_xxx' \
-H 'x-team-id: 4b6f9c28-6f4e-4e7f-a36d-2ff989045d10' \
-H 'Circa-Version: 2026-05-11.obsidian'