Skip to main content
POST
Rebuild action embeddings for semantic search

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
connector_key
string

Specific connector key to rebuild embeddings for

Example:

"slack"

force_refresh
boolean
default:false

Force refresh - clear all existing embeddings before rebuilding

Response

Build result

status
enum<string>
required

Build status

Available options:
accepted,
success,
error
Example:

"accepted"

message
string

Status message

actions_indexed
number

Number of actions indexed (only for synchronous builds)

connector_filter
string

Connector filter applied

error
string

Error message if status is error