Retrieve a Knowledge Base in a Project
get
/ic/api/integration/v1/projects/{projectId}/ai/knowledgeBases/{id}
Retrieves information about the ai agent in the project.
Request
Path Parameters
-
id(required): string
Rag knowledge base identifier
-
projectId(required): string
Project identifier
Query Parameters
-
connectionId: string
Connection Id
-
dbType: string
DB type e.g opensearch
-
expand: string
Includes additional details about the adapter in the response. Valid value: adapter
-
integrationInstance(required): string
This is the name of the service instance. You can get this value from the About page where it is specified in the Service instance field.
-
requiredMetadata: boolean
Includes additional details about the Knowledge base metadata
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/vnd.oracle.model+json;type=singular
- application/json;charset=utf-8
200 Response
Successful operation
Root Schema : schema
Type:
objectGenerated placeholder schema to satisfy $ref resolution.
404 Response
Not found
500 Response
Server error