insights.workflows
Get Insight Workflow By Id
Get a InsightWorkflow by ID.
GET
Authorizations
Path Parameters
Response
200
application/json
Successful Response
Response model for an insight workflow.
Human-readable name of insight workflow
Example:
"summary-workflow"
Text description of insight workflow
Example:
"Default workflow - generates a summary of the call"
List of IDs of insight tools used in the workflow
Example:
[1]
Conditions for insight workflow to trigger on a given call recording.
Example:
{ "trigger": "call_recording" }
Status of the insight workflow
Example:
"ACTIVE"
Internal ID of the insight workflow
Example:
1
List of insight tools used in the workflow
Response model for an insight tool.
Email of user who last updated Insight Workflow
Example:
"user@email.com"
Timestamp at which the insight workflow was created
Example:
"2024-01-01T00:00:00Z"
Timestamp of most recent update to the insight workflow
Example:
"2024-01-02T00:00:00Z"