v66

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-04176310979.2 KB
insights.workflows

Queue Insights Workflow For Sessions/Files

Manually queue sessions for insights workflow evaluation.

post/api/v1/insights/workflows/queue-work

Request body

workflow_namestring required

Unique name for workflow

session_id_listinteger[] nullable

List of session identifiers

file_id_listinteger[] nullable

List of file IDs to be processed. This is only applicable for upload folders

Example request

{
  "workflow_name": "summary-workflow"
}

Response

Successful Response

{"stackTrail":"paths:/api/v1/insights/workflows/queue-work:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}