evidence-packets

Revalidate Evidence Packet

Re-run AI analysis on requirements against uploaded evidence.

This endpoint re-runs AI analysis on every requirement that hasn't already been finalized by a reviewer (i.e. not approved and no associated issue). Spawns an async Hatchet workflow that:

  1. Waits for all files to finish processing and indexing
  2. Retrieves requirements eligible for reprocessing (not approved, no issue)
  3. Uses AI to answer each requirement's question based on uploaded files
  4. Persists answers and compliance status back to the database

Returns 202 Accepted immediately while the workflow runs in the background.

post/evidence-packets/{evidence_packet_id}/revalidate

Path parameters

evidence_packet_idstring uuid required

Response

Successful Response

{"stackTrail":"paths:/evidence-packets/{evidence_packet_id}/revalidate:post:responses:202:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

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