API ReferenceInteractive ReferenceEntities
Reset embedding retries
Reset failed embedding entities back to pending status for re-processing.
Header Parameters
x-tenant-id?|
authorization?|
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://loading/api/v1/entities/retry-reset" \ -H "Content-Type: application/json" \ -d '{}'{
"reset": 0
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}List entities
List entities with optional filters and cursor-based pagination. Supports full-text search via `q` parameter (uses `websearch_to_tsquery`). Cursor pagination guarantees no skipped or duplicated rows under concurrent writes.
Update entity
Partial update — only provided fields are modified. Automatically regenerates `description_llm` and `search_text` after update.