How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Events.com KB Connectors API

The KB Connectors API from Events.com — 25 operation(s) for kb connectors.

Events.com KB Connectors API is one of 113 APIs that Events.com publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include KB Connectors. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, and authentication docs.

This API exposes 32 operations across 25 paths, and defines 25 schemas. It is described by OpenAPI 3.2.0, at version 1.0.

Requests are made against a single base URL, https://datagol-be.events.com.

32 operations 25 paths 25 schemas 2 DELETE16 GET10 POST4 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0
Base URL
https://datagol-be.events.com/
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Events.com KB Connectors API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (s_jwt).

  • s_jwt — Jwt Token

Paths & Operations 32

Across 25 paths, the API surfaces 32 operations — 2 DELETE, 16 GET, 10 POST, 4 PUT. Each is listed below with its method, path, parameters, and response codes.

KB Connectors 32
GET
/kb/api/v1/records/{id}/tags
Get user-defined tags for a KB record
getRecordTags 1 param → 400503403501500200
PUT
/kb/api/v1/records/{id}/tags
Set user-defined tags for a KB record
updateRecordTags 1 param body → 400503403501500200
GET
/kb/api/v1/records/{id}/config
Get parser override config for a KB record, or null if none set
getRecordConfig 1 param → 400503403501500200
PUT
/kb/api/v1/records/{id}/config
Set parser override config for a KB record
updateRecordConfig 1 param body → 400503403501500200
GET
/kb/api/v1/connectors/{id}
Get a KB connector by ID
getConnector 1 param → 400503403501500200
PUT
/kb/api/v1/connectors/{id}
Update a KB connector
updateConnector 1 param body → 400503403501500200
DELETE
/kb/api/v1/connectors/{id}
Delete (soft) a KB connector
deleteConnector 1 param → 400503403501500200
GET
/kb/api/v1/connectors/{id}/config
Get the config for a connector, or null if none exists yet
getConfig 1 param → 400503403501500200
PUT
/kb/api/v1/connectors/{id}/config
Create or update the config for a connector
upsertConfig 1 param body → 400503403501500200
POST
/kb/api/v1/runs/{runId}/cancel
Cancel a running sync
cancelRun 1 param → 400503403501500200
POST
/kb/api/v1/records/{id}/reindex
Trigger reindex for a KB record
reindexRecord 1 param → 400503403501500200
POST
/kb/api/v1/indexJobs/{id}/retry
Retry a failed index job
retryIndexJob 1 param → 400503403501500200
POST
/kb/api/v1/credentials/resolveUrl
Resolve URLs using a credential ID
resolveUrlsByCredential body → 400503403501500200
GET
/kb/api/v1/connectors
List KB connectors created by the current user
listConnectors_1 4 params → 400503403501500200
POST
/kb/api/v1/connectors
Create a KB connector
createConnector body → 400503403501500200
POST
/kb/api/v1/connectors/{id}/workbook/search
Semantic search within a WORKBOOK connector's Qdrant collection
searchWorkbook 1 param body → 400503403501500200
POST
/kb/api/v1/connectors/{id}/sync
Trigger a sync run for a connector
triggerSync 1 param body → 400503403501500200
POST
/kb/api/v1/connectors/{id}/resolveUrl
Resolve a list of connector URLs to [{id, name, type}]
resolveUrls 1 param body → 400503403501500200
POST
/kb/api/v1/connectors/migrate/workspace-documents
Migrate old RAG workspaces to WORKSPACEDOCUMENTS connectors
migrateWorkspaceDocuments → 400503403501500200
POST
/kb/api/v1/connectors/bySource/workbook/search
Semantic search by sourceId + type — looks up the connector then searches
searchWorkbookBySource_1 2 params body → 400503403501500200
GET
/kb/api/v1/runs/{runId}
Get a run by ID
getRun 1 param → 400503403501500200
GET
/kb/api/v1/records
List KB records — optionally filtered by group, indexing status, and/or title search
listRecords 6 params → 400503403501500200
GET
/kb/api/v1/records/{id}
Get a KB record by ID
getRecord 1 param → 400503403501500200
DELETE
/kb/api/v1/records/{id}
Delete a KB record and its vectors
deleteRecord 1 param → 400503403501500200
GET
/kb/api/v1/pipelineConfigSchema
Get the pipeline config UI schema
getPipelineConfigSchema → 400503403501500200
GET
/kb/api/v1/indexJobs
List index jobs
listIndexJobs 4 params → 400503403501500200
GET
/kb/api/v1/indexJobs/{id}
Get an index job by ID
getIndexJob 1 param → 400503403501500200
GET
/kb/api/v1/groups/{groupId}
Get a record group by ID
getRecordGroup 1 param → 400503403501500200
GET
/kb/api/v1/connectors/{id}/stats
Get indexing stats for a KB connector
getConnectorStats 1 param → 400503403501500200
GET
/kb/api/v1/connectors/{id}/runs
List runs for a connector
listRuns 3 params → 400503403501500200
GET
/kb/api/v1/connectors/{id}/groups
List record groups for a connector (Drive roots, mailboxes, buckets, etc.)
listRecordGroups 1 param → 400503403501500200
GET
/kb/api/v1/connectors/{id}/browse
Browse folders/files for a connector
browse 4 params → 400503403501500200

Schemas 25

The contract defines 25 schemas that model the data the API accepts and returns. The most detailed are KbRecordDTO (18 properties), KbConnectorDTO (13 properties), KbRunDTO (10 properties), KbIndexJobDTO (10 properties). Each schema is shown below with its type and property counts.

KbBrowseItemDTO
object
4 properties
KbRecordConfigDTO
object
2 properties
PageResponseDTOKbRunDTO
object
1 property
KbConfigDTO
object
10 properties
KbRecordGroupDTO
object
7 properties
KbTriggerSyncDTO
object
2 properties
SaasxlResponseDTOObject
object
5 properties
KbResolveUrlRequestDTO
object
1 property
KbBrowseResponseDTO
object
4 properties
KbResolveUrlItemDTO
object
6 properties
KbRecordDTO
object
18 properties
Hit
object
5 properties
PageResponseDTOKbRecordDTO
object
1 property
KbWorkbookSearchResultDTO
object
2 properties
KbConnectorStatsDTO
object
7 properties
KbConnectorUpdateDTO
object
3 properties
KbConfigCreateDTO
object
5 properties
KbWorkbookSearchDTO
object
3 properties
PageResponseDTOKbIndexJobDTO
object
1 property
KbConnectorDTO
object
13 properties
KbResolveUrlByCredentialRequestDTO
object
2 properties 2 required
KbConnectorCreateDTO
object
4 properties
KbRunDTO
object
10 properties
ErrorMessage
object
5 properties
KbIndexJobDTO
object
10 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

eventscom-kb-connectors-api-openapi.yml Raw ↑

Other APIs Events.com publishes across the network.

DataGol MCP Server
Events.com Agent Config Controller API
Events.com Agent Config Migration Controller API
Events.com Agent Email Controller API
Events.com Agent Job Update Controller API
Events.com Agent MCP API
Events.com Agent MCP Config Controller API
Events.com Agent Memory API
Events.com Agent Skill Controller API
Events.com Agent Template Controller API
Events.com AI Feedback Controller API
Events.com AI Third Party Page Controller API
Where this information came from

This is an independent, third-party profile of Events.com KB Connectors API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.