http://participant.connect.{region}.amazonaws.com/participant/transcript#X-Amz-Bearer<p>Retrieves a transcript of the session, including details about any attachments. For information about accessing past chat contact transcripts for a persistent chat, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/chat-persistence.html">Enable persistent chat</a>. </p> <note> <p> <code>ConnectionToken</code> is used for invoking this API instead of <code>ParticipantToken</code>.</p> </note> <p>The Amazon Connect Participant Service APIs do not use <a href="https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">Signature Version 4 authentication</a>.</p>
Pagination limit
Pagination token
The contactId from the current contact chain for which transcript is needed.
The pagination token. Use the value returned previously in the next subsequent request to retrieve the next set of results.
The sort order for the records. Default: DESCENDING.
The maximum number of results to return in the page. Default: 10.
The direction from StartPosition from which to retrieve message. Default: BACKWARD when no StartPosition is provided, FORWARD with StartPosition.
A filtering option for where to start. For example, if you sent 100 messages, start with message 50.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request POST \2 --url 'http://participant.connect.{region}.amazonaws.com/participant/transcript#X-Amz-Bearer' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}http://participant.connect.{region}.amazonaws.com/participant/transcript#X-Amz-Bearer<p>Retrieves a transcript of the session, including details about any attachments. For information about accessing past chat contact transcripts for a persistent chat, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/chat-persistence.html">Enable persistent chat</a>. </p> <note> <p> <code>ConnectionToken</code> is used for invoking this API instead of <code>ParticipantToken</code>.</p> </note> <p>The Amazon Connect Participant Service APIs do not use <a href="https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">Signature Version 4 authentication</a>.</p>
Pagination limit
Pagination token
The contactId from the current contact chain for which transcript is needed.
The pagination token. Use the value returned previously in the next subsequent request to retrieve the next set of results.
The sort order for the records. Default: DESCENDING.
The maximum number of results to return in the page. Default: 10.
The direction from StartPosition from which to retrieve message. Default: BACKWARD when no StartPosition is provided, FORWARD with StartPosition.
A filtering option for where to start. For example, if you sent 100 messages, start with message 50.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request POST \2 --url 'http://participant.connect.{region}.amazonaws.com/participant/transcript#X-Amz-Bearer' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}