getNamespace
Retrieve a specific namespace by its ID to organize and manage documents on SourceSync.ai's knowledge management platform for efficient content ingestion and semantic search.
Instructions
Retrieves a specific namespace by its ID.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
namespaceId | No | ||
tenantId | No |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"namespaceId": {
"type": "string"
},
"tenantId": {
"type": "string"
}
},
"type": "object"
}