For the complete documentation index, see llms.txt. This page is also available as Markdown.

Search

Get filter values

post

Retrieve possible filter values for search facets.

Body

Optional filters to apply when retrieving filter values. Currently unused but reserved for future extensions.

domain_idsinteger[]Optional

Filter by domain IDs

Example: [1,2,3]
resource_typestringOptional

Filter by resource type (e.g., 'business_concept')

Example: business_concept
statusstring[]Optional

Filter by status values

Example: ["pending","approved"]
Other propertiesanyOptional
Responses
200

OK

application/json
post/api/relations/filters

Search relations

post

Search for relations with filters, pagination, sorting and scrolling.

Body

Search parameters for relations

fromintegerOptional

Starting offset for pagination

Example: 0
linkablebooleanOptional

If true, filters results to those linkable by the user

Example: true
querystringOptional

Search query string

Example: foo
scrollstringOptional

Scroll time (e.g., '1m') to enable scrolling

Example: 1m
scroll_idstringOptional

Scroll ID for retrieving next page (when scrolling)

Example: some_scroll_id
sizeinteger · min: 1 · max: 100Optional

Number of results per page

Example: 20
Responses
200

OK

application/json
post/api/relations/index_search

Reindex all relations

get

Triggers a full reindexing of all relations in Elasticsearch.

Responses
202

Reindexing accepted

No content

get/api/relations/index_search/reindex_all

No content

Last updated