Retrieve knowledge
Retrieves a knowledge by id.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The id of the knowledge to retrieve.
Response
The knowledge
object represents knowledge that an agent may leverage to respond.
The object type, which is always knowledge
.
knowledge
The knowledge identifier, which can be referenced in the API endpoints.
The name of the knowledge
The ISO string for when the knowledge was created.
The current knowledge status can be one of three values: pending
, partial
, or ready
. pending
indicates that the knowledge is awaiting learning and will not be used by the agent when responding. partial
indicates that the knowledge is partially learned. The agent may use some aspects of it when responding. ready
indicates that the knowledge is fully learned and will be completely utilized in responses.
pending
, partial
, ready
Row count statistics for the knowledge.