Continue Alert AI Assistant thread
Continue an existing alert-focused assistant thread. The current public path remains /api/v2/AiAssistants/{threadId}. Follow-up requests must still carry providerConfig plus alert context in conversationContext through either metaInstructions with an alert reference or non-empty entityPayloads. Requests that provide neither are rejected.
Path parameters
The assistant thread identifier returned by the start request.
Headers
Bearer Access Token. For example, "Bearer {YourAPIToken}"
application/json
Use this attribute to specify if the access token has organization admin permissions. If the access token has only account permissions, use the Account-Name attribute to specify which account to access.
Use this attribute to specify which sub-account to access.
Request body
Example request
{
"conversationContext": {
"metaInstructions": "User is asking about this alert? {alertId:12345}",
"entityPayloads": [
{
"entityKey": "Alert",
"entityIdentifier": "12345",
"payloadType": "alert",
"data": {
"alertId": 12345
}
}
]
}
}Response
No Error (AI Assistants continue thread)