Vector Search
Create and query Vector Search indexes
List Endpoints GA
GET
List all AI Search endpoints in the workspace.
API scopes: vector-search
Parameters
- page_tokenstringquery
Token for pagination
Response
- endpointsarray of object
An array of Endpoint objects
Show child attributesHide child attributes
- namestring
Name of the AI Search endpoint
- creatorstring
Creator of the endpoint
- creation_timestampint64
Timestamp of endpoint creation
- last_updated_timestampint64
Timestamp of last update to the endpoint
- endpoint_typestring
Type of endpoint
- last_updated_userstring
User who last updated the endpoint
- idstring
Unique identifier of the endpoint
- endpoint_statusobject
Current status of the endpoint
Show child attributesHide child attributes
- statestring
Current state of the endpoint
- messagestring
Additional status message
- num_indexesint32
Number of indexes on the endpoint
- budget_policy_idstringPublic Preview
The user-selected budget policy id for the endpoint.
- effective_budget_policy_idstringPublic Preview
The budget policy id applied to the endpoint
- scaling_infoobject
Scaling information for the endpoint
Show child attributesHide child attributes
- statestringBeta
The current state of the scaling change request.
- requested_target_qpsint64
The requested QPS target for the endpoint. Best-effort; the system does not guarantee this QPS will be achieved.
- next_page_tokenstring
A token that can be used to get the next page of results. If not present, there are no more results to show.