templates

Get Setup Intent

Return the structured setup intent captured during onboarding, if any.

Envelope status values:

  • "no_setup_intent": the setup template didn't opt in, or extraction was never queued. Not an error.
  • "pending": extraction is in-flight (Phase 4 runs in a background task after the setup webhook returns).
  • "ok": extraction completed — setup_intent.items[] + notes populated.
  • "failed": extraction errored out; setup_intent.error has the reason.
get/v1/templates/{template_id}/setup-intent

Path parameters

template_idstring required

Response

Successful Response

{"stackTrail":"paths:/v1/templates/{template_id}/setup-intent:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 1 revision of this API.