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
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Nested Schema : agentCodes
Type: array
Show Source
Nested Schema : parameters
Type: object
Additional Properties Allowed
Show Source
Nested Schema : resumeNodeInput
Type: object
Nested Schema : toolCodes
Type: array
Show Source
Security
Back to Top

Response

200 Response

OK
Back to Top