cURL
curl --request GET \ --url https://api.tryarchitect.com/v0/audience_sessions/{audience_session_id}/interactions \ --header 'x-api-key: <api-key>'
{ "found": true, "interactions": [ { "componentContext": "<string>", "componentId": "<string>", "groundingChunkIds": [ "<string>" ], "label": "<string>", "options": [ "<string>" ], "responseText": "<string>", "timestamp": 123 } ] }
Get interaction history for an audience session.
API key authentication for the External Actor Gateway
audience_session_id parameter
Successful operation
Show child attributes
Was this page helpful?