GET /mltk/vector_stores

GET /mltk/vector_stores

List all vector store configurations.

  • AGENT_CONNECTION_CAPABILITIES

Description. List all vector store configurations. AWS credentials are masked.

Response (200).

[
  {
    "name": "kb-production",
    "type": "AWS_KB",
    "description": "Production KB",
    "details": {
      "aws_access_key_id":   "***MASKED***",
      "aws_access_key_token":"***MASKED***",
      "role_arn":            "***MASKED***",
      "aws_region":          "us-west-2",
      "kb_id":               "EJGJR4SKJL"
    },
    "created_at": 1715425200.0,
    "last_updated_at": 1715425200.0,
    "last_updated_by": "admin"
  }
]

Example.

curl -sk -u "$SPLUNK_USER:$SPLUNK_PASSWORD" 
  "$SPLUNK_HOST/servicesNS/-/Splunk_ML_Toolkit/mltk/vector_stores?output_mode=json"

Press Cmd/Ctrl+K to focus search. Esc to close.

Type to search the portal.