Send an asynchronous request
post
/orchestrator/agent/v2/{workflowCode}/invokeAsync
Initiates an asynchronous request to the AI agent team to process user query and generate the response from the LLM. The response contains the job ID and the initial status of the agent team.
Request
Path Parameters
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source
object-
agentCodes: array
agentCodes
-
architecture: string
-
conversational: boolean
-
conversationId: string
-
invocationMode: string
-
jobId: string
-
message: string
-
parameters: object
parameters
Additional Properties Allowed: additionalProperties
-
progressMessage: boolean
-
resumeNodeInput: object
resumeNodeInput
-
status: string
-
streamOutput: boolean
-
toolCodes: array
toolCodes
-
version: integer
(int32)
-
workflowName: string
Nested Schema : resumeNodeInput
Type:
objectSecurity
-
bearerAuth: http
Type:
http
Response
200 Response
OK