Contacts due a follow-up
Surface contacts who have gone quiet — a logged touch exists, but the most recent one predates `inactive_days` (default 30) ago and no open task is already tracking the follow-up. Ordered most-recently-quiet first (the timely nudges). Detection is a plain inactivity query — no model call.
Surface contacts who have gone quiet — a logged touch exists, but the most recent one predates inactive_days (default 30) ago and no open task is already tracking the follow-up. Ordered most-recently-quiet first (the timely nudges). Detection is a plain inactivity query — no model call.
Authorization
bearerAuth contacts:readA gallery API key, sent as Authorization: Bearer gpk_… (or the x-api-key header).
In: header
Scope: contacts:read
Query Parameters
7 <= value <= 365301 <= value <= 5020Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
{ "data": [ { "contact_id": "string", "name": "string", "contact_type": "collector", "company": "string", "lead_status": "new", "last_interaction_at": "string", "days_since_last_interaction": -9007199254740991, "last_interaction_summary": "string" } ], "inactive_days": -9007199254740991}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}Export a contact's full record GET
Returns one contact's complete record — profile, interactions, tasks, notes, pipeline memberships, ownership links, offer history, and memory — as structured JSON for GDPR data-portability (Art. 20).
Get a contact GET
Returns the contact plus its recent interactions, open tasks, pipeline memberships, ownership links, and — for a first-party editor — its private notes.