Hi everyone,
I recently deployed a bot using the AA360 API with the following payload:
{ "fileId": //BotId, "runAsUserIds": " //UserID ], "poolIds": l], "overrideDefaultDevice": false, "callbackInfo": { "url": "https://callbackserver.com/storeBotExecutionStatus", "headers": { "X-Authorization": "//token" } }}
Everything works fine, and in the response I receive both a deploymentId
and an automationName
.
However, I'm struggling to understand how I can actually use the deploymentId
. What is its specific purpose within the API?
Additionally, I'm wondering if there is an API that allows me to view in-progress activities or access a historical table of executions, similar to what can be viewed in Control Room. So far, I’ve only found the API for the AUDIT log
, but nothing akin to an Activity table or In-progress executions.
Has anyone dealt with this issue or have any suggestions on how to proceed?
Thanks in advance!