checklists
Generate Checklist
Generate or update a checklist for a specific task.
This endpoint triggers checklist generation/update. It will:
- Check if transcripts exist for the task
- Generate a new checklist or update existing one
- Return the checklist with current status
Args: task_id: The task ID to generate checklist for regenerate: If True, regenerate from all transcripts. If False, use incremental update.
Returns: The generated or updated checklist with status
post/checklists/{task_id}/generate
Path parameters
task_idstring required
Query parameters
regenerateboolean
Force regeneration of the checklist from all transcripts
Force regeneration of the checklist from all transcripts
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.