Skip to content
Last updated

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).

Path Parameters

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_*).


Returns

A knowledge slice object.

cURL
curl https://api.aitronos.com/v1/organizations/org_xyz789/knowledge/slices/kslice_abc123 \
  -H "Authorization: Bearer $ACCESS_TOKEN"