Skip to main content
GET
Get Connector Doc Data

Get People

Retrieve the People profile (connector doc data) for a knowledge base’s connector document - powers the People tab in Call Logs, including summary, profile status, and call analytics for a contact.
Prerequisites: Make sure you have your API Token and Org-Handle ready. See Authentication for details.

Headers

You can get the Org-Handle by hitting the Get All Organizations API. The domain_handle field in the response is your Org-Handle.

Path Parameters

Query Parameters

Response Fields

Data Object Fields

Analytics Object Fields


Common Error Codes

Code Examples

Best Practices

  1. Pagination: Use page and page_size when fetching large result sets
  2. Domain Filter: Use domain to scope connector doc data when a knowledge base spans multiple domains
  3. Org-Handle: Ensure the correct organization handle is included
  4. Security: Keep API tokens secure and rotate them regularly

Authorizations

Authorization
string
header
required

Format: Token

Headers

Org-Handle
string
required

Organization domain handle

Example:

"unpod.tv"

Path Parameters

kb_id
string
required

Knowledge base token.

Example:

"8KZAMRAHSXXXXXXMAYNASMJC"

connector_id
string
required

Connector document id.

Example:

"670f1c2e9b1d4a0012ab34cd"

Query Parameters

domain
string

Filter connector doc data by domain.

Example:

"acme.com"

page
integer
Example:

1

page_size
integer
Example:

20

Response

Connector doc data (People profile) for the given knowledge base connector document