List enrichment suggestions
List suggestions filtered by `host_app`, `target_kind`, `target_id`, and optionally `status`.
Query Parameters
Header Parameters
Response Body
application/json
application/json
curl -X GET "https://example.com/api/enrich/v1/suggestions"null{ "detail": [ { "ctx": {}, "input": null, "loc": [ "string" ], "msg": "string", "type": "string" } ]}List enrichment jobs
List recent jobs filtered by `host_app`, `target_kind`, `target_id`. Most-recent first, capped at 50.
Context Webhook Endpoint
Telnyx dynamic_variables_webhook_url — called at CONVERSATION START. Returns per-call context (caller identity + live availability + facility info) wrapped under a top-level `dynamic_variables` object (Telnyx requires this), so the fast model skips a mid-call tool round-trip. Task 13 live-pin: confirm exact dynamic-variables webhook request shape (assistant_id + caller number field paths). We parse defensively across the shapes Telnyx may send and pull the assistant id + caller number.