Semantic Search
Get search by ID
Retrieve a previously persisted search by its id, scoped to the caller's org.
The response body is always an array containing zero or one persisted search document. An unknown id returns an empty array with a 200 status — callers should check array length rather than relying on a 404.
get/search/{searchId}
Path parameters
searchIdstring objectId required
Unique search identifier
Response
Array containing zero or one persisted search document.