You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

how can i see the AI agent instance ran through REST API from external system?

Summary:

How can i see the AI agent instances in fusion which ran/triggered through REST API from external system.

Content (please ensure you mask any confidential information):

REST API to trigger the agent.

https://hostname/api/fusion-ai/orchestrator/agent/v1/PAYABLE_PAYMENTS/invokeAsync

request payload:

{  "conversational": true,  "conversationId": null,  "version": 92,  "status": "Published",  "message": "Make payment to Invoice IN002 using bank account 123123112 ",  "invocationMode": "ADMIN",  "parameters": {    "Param1": "",    "Param2": ""  }}

Response:

{    "input": "{\"workflowCode\":\"PAYABLE_PAYMENTS\",\"message\":\"Make payment to Invoice IN002 using bank account 123123112 \",\"conversational\":true,\"conversationId\":\"7468c933-cd2d-4167-9fde-d68e9aa91d8e\",\"jobId\":\"2a727cba-32d0-4f37-b886-e09c79bb9ba2\",\"invocationMode\":\"ADMIN\",\"version\":92,\"status\":\"PUBLISHED\",\"parameters\":{\"Param2\":\"\",\"Param1\":\"\"},\"refreshCache\":false,\"useInternalConfig\":false,\"workflowId\":\"300000073405886\",\"streamOutput\":false,\"progressMessage\":false}",    "output":

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!