Retrieve a single knowledge slice by its ID.
GEThttps://api.aitronos.com/v1/organizations/{organization_id}/knowledge/slices/{slice_id}
Returns the full details of a specific knowledge slice, including its type, status, ownership, and associated member slice IDs (for composite slices).
organization_id string required
The unique identifier of the organization (format: org_*).
slice_id string required
The unique identifier of the knowledge slice (format: kslice_*).
A knowledge slice object.
cURL
- Bash
- Python
- Python
- JavaScript
curl https://api.aitronos.com/v1/organizations/org_xyz789/knowledge/slices/kslice_abc123 \
-H "Authorization: Bearer $ACCESS_TOKEN"