Retry Assistant Response

Retry getting an assistant response for a specific message:

  1. Get the original user message
  2. Queue a new Snowman call to get an assistant response as a background task
  3. Return the original message details

Path parameters

group_idintegerRequired
thread_idintegerRequired

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

Successful Response

group_idinteger
thread_idinteger
message_idinteger
detailstring

Errors