GGKP Knowledge Brokerage API
Home
What is GGKP?
Home
What is GGKP?
  1. Search
  • Overview
  • Use Cases
  • Security
  • FAQ
  • Taxonomy
    • Retrieve Master Taxonomy
      GET
    • Retrieve Taxonomy by Term ID
      GET
    • Retrieve Domain-Specific Taxonomy
      GET
  • Search
    • Federated Search
      POST
    • Semantic Search
      POST
    • List Connected Sources
      GET
    • Register New Source
      POST
    • Upload Knowledge Products
      POST
    • List Products by Source
      GET
    • Delete Products
      DELETE
  • Classifier
    • Classify PDF Document
      POST
    • Generate Body and Summary
      POST
  • Bots
    • Generic Bot
      POST
  1. Search

List Connected Sources

GET
https://api.ggkp.org/search-federator/sources
Search
Retrieves a list of all connected data sources in the federated search network.

Request

Authorization
API Key
Add parameter in header
api-key
Example:
api-key: ********************
or
Header Params

Responses

🟢200
application/json
List of connected sources
Body

🟠401
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.ggkp.org/search-federator/sources' \
--header 'api-key: <api-key>'
Response Response Example
{
    "status": "string",
    "sources": [
        {
            "id": "string",
            "name": "string",
            "url": "string",
            "product_count": 0
        }
    ]
}
Previous
Semantic Search
Next
Register New Source
Built with