cURL
curl --request GET \ --url https://api.artosai.com/api/v1/search/status \ --header 'Authorization: Bearer <token>'
{ "status": "<string>", "search_index": "<string>", "search_types": [ "<string>" ], "features": { "vector_search": true, "text_search": true, "document_filtering": true, "wildcard_filters": true }, "defaults": { "limit": 123, "vector_k": 123 } }
Get search service status and configuration. Returns health and available search configuration.
Bearer token authentication. Token provides organization-scoped access.
Status retrieved successfully
Service status
Index name
Available search types
Show child attributes