design-intents

Skip Intent

User dismisses the nudge via the panel skip button.

Sets nudge_dismissed_at=now AND flips interview_status=skipped (this endpoint is the 'skip interview and quiet the nudge' path used by the UI — agents flip status directly via mark_skipped in 3B).

post/api/v1/design-intents/{intent_id}/skip

Path parameters

intent_idstring uuid required

Response

Successful Response

idstring uuid required
part_idstring uuid required
cad_file_version_idstring uuid required
captured_via_conversation_idstring uuid nullable required
interview_status'not_started' | 'in_progress' | 'completed' | 'skipped' | 'superseded' | 'carry_forward_pending' required
nudge_dismissed_atstring date-time nullable required
inferred_purposestring nullable required
inferred_primary_functionstring nullable required
purposestring nullable required
primary_functionstring nullable required
environmentstring nullable required
free_text_notesstring nullable required
confidence_scorenumber nullable required
fields_captured_countinteger required
questions_askedinteger required
passive_writes_countinteger required
interview_started_atstring date-time nullable required
interview_completed_atstring date-time nullable required
created_atstring date-time required
updated_atstring date-time required

Changes

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