Skip to main content
POST
/
agents
/
session
/
getFileArchiveUrl
Get session archive download URL
curl --request POST \
  --url https://api.kaizenautomation.com/agents/session/getFileArchiveUrl \
  --header 'Content-Type: application/json' \
  --data '
{
  "sessionId": "<string>"
}
'
{
  "downloadUrl": "<string>"
}

Body

application/json

Request parameters for getting a signed download URL for a completed session file archive

sessionId
string
required

ID of the session returned from /agents/execute whose archive should be downloaded

Response

Session archive download URL retrieved successfully

Response containing a signed download URL for the completed session file archive

downloadUrl
string
required

Signed download URL for the completed session file archive