Kooperativa: check person exists
kooperativa_check_personCheck whether a profile is already indexed before enriching it, returning the matched ID and name or a 404 when not found.
Instructions
Cheaply check whether Kooperativa already holds a given profile, without fetching the full record. Returns the matched id, full_name, and fetched_at on success, or 404 if not indexed yet. Use this to filter a list before calling enrich_person on each one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Kooperativa internal profile ID. | |
| username | No | Profile slug, the part after /in/. | |
| linkedin_url | No | Full profile URL. |