cURL
curl --request POST \ --url https://api.klipy.ai/api/v1/interactions/query \ --header 'Content-Type: application/json' \ --header 'X-KLIPY-API-KEY: <api-key>' \ --data '{ "cursor": "<string>", "limit": 20, "filter": { "companyId": "<string>", "contactId": "<string>" } }'
{ "success": true, "data": { "interactions": [ { "id": "<string>", "companies": [ "<string>" ], "contacts": [ "<string>" ], "direction": "INBOUND", "sentiment": "MEETING_REQUESTED", "source": "EMAIL", "summary": "<string>", "title": "<string>", "type": "EMAIL", "createdBy": "<string>", "creationTime": "2023-11-07T05:31:56Z", "interactionDate": "2023-11-07T05:31:56Z" } ] } }
Query parameters for filtering interactions
Cursor to start the query from
Number of records to return
20
Filter parameters
Show child attributes
Success