Skip to main content
GET
/
v2
/
responses
/
{messageId}
/
versions
Get Response Versions
curl --request GET \
  --url http://localhost:3000/api/v2/responses/{messageId}/versions \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "content": "<string>",
    "modelId": "<string>",
    "createdAt": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

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

Path Parameters

messageId
string
required

Response

List of response versions

id
string
required
content
string
required
modelId
string
required
createdAt
string<date-time>
required
I