Skip to main content
GET
/
v1
/
core
/
entities
/
extractions
/
{recordingId}
{
  "data": [
    {
      "id": "extraction_001",
      "recordingId": "recording_001",
      "extraction": [
        {
          "name": "Objection Reason",
          "value": "Financial Concerns"
        }
      ],
      "createdAt": "2021-01-01T00:00:00Z",
      "updatedAt": "2021-01-01T00:00:00Z"
    }
  ],
  "cursor": "<string>",
  "pageSize": 123,
  "limit": 123
}

Path Parameters

recordingId
string
required

Recording ID to get entity extractions for

Response

Get entity extractions for a recording

data
object[]
required
cursor
pageSize
number
limit
number