Skip to main content
POST
Trigger Integration Source Embeddings

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

source_id
string<uuid> | null
required

Query Parameters

organization_id
string<uuid> | null
resource_id
string<uuid> | null
integration_source_id
string<uuid> | null
data_source_id
string<uuid> | null
context_source_id
string<uuid> | null
job_id
string<uuid> | null

Body

application/json

Request model for triggering integration source embeddings.

updated_table_ids
string<uuid>[] | null

Optional list of specific table IDs to update embeddings for

Response

Successful Response