Search

Endpoints related to search functionality on a hub.

Get Search Index

Gets a pre-built search index, containing IDs and basic information for many commonly used resources on the Hub. Can be used to build a 'quick search' functionality for referencing the most frequently used resources.

Requires the view capability for each returned segment, i.e. to retrieve Containers, you must have containers-view.

SecuritybearerAuth
Responses
200

Returns an indexed search matrix.

default

General error response from the platform

get/v1/search/index
Response samples
application/json
{
  • "data": {
    }
}