Queue Insights Workflow For Sessions/Files
Manually queue sessions for insights workflow evaluation.
POST
/api/v1/insights/workflows/queue-workAuthentication
Syllable-API-KeyrequiredSend Syllable-API-Key in the header.
Need a credential? Create or manage an API token in the Syllable Console.
Parameters
This endpoint has no declared parameters.
Request body
application/json
body
InsightsWorkflowQueueSession
required
3 fields
workflow_namestringrequiredUnique name for workflow
session_id_listinteger[] | nulloptionalList of session identifiers
Item schema
itemsintegerrequiredfile_id_listinteger[] | nulloptionalList of file IDs to be processed. This is only applicable for upload folders
Item schema
itemsintegerrequiredRequest example
{
"workflow_name": "string",
"session_id_list": "string",
"file_id_list": "string"
}Responses
200Successful Response
application/json
response
unspecified
required
Response example
string400Bad Request
No response body is declared.
404Not Found
No response body is declared.
422Validation Error
application/json
response
HTTPValidationError
required
1 field
detailValidationError[]optionalItem schema
itemsValidationErrorrequired3 fields
locstring | integer[]requiredItem schema
itemsstring | integerrequired2 options
Option 1stringrequiredOption 2integerrequiredmsgstringrequiredtypestringrequiredResponse example
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}500Internal Server Error
No response body is declared.

