GET
/
responses
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>"
    }
  }
]

Authorizations

X-TALVIN-API-KEY
string
header
required
X-TALVIN-ORGANIZATION-ID
string
header
required

Response

200
application/json

Response data

The response is of type object[].