cURL
curl --request GET \ --url https://app.talvin.ai/api/v1/responses \ --header 'X-TALVIN-API-KEY: <api-key>' \ --header 'X-TALVIN-ORGANIZATION-ID: <api-key>'
[ { "id": 123, "created_at": "2023-11-07T05:31:56Z", "name": "<string>", "email": "jsmith@example.com", "call_id": "<string>", "duration": 123, "interview": { "id": "<string>", "name": "<string>", "organization_id": "<string>" } } ]
Returns all responses that the organization has received.
Response data
The response is of type object[].
object[]