List knowledge items
Knowledge
List knowledge items
View source knowledge attached to an evaluation agent.
GET
List knowledge items
List Knowledge Items
View the source knowledge attached to an evaluation agent. Use this before editing or deleting knowledge so you can inspect the current source facts and answers connected to the agent.Endpoint
Authentication
Send your platform API key in thex-api-key header.
Path Parameters
| Name | Type | Description |
|---|---|---|
id | string<uuid> | Evaluation agent ID. |
Query Parameters
| Name | Type | Description |
|---|---|---|
type | string | Use knowledge to list evaluation knowledge items. |
Success Response
Returns200 OK with an array of knowledge items.Authorizations
Platform API key for authenticated account-level API access
Path Parameters
Evaluation agent ID.
Query Parameters
Filter to knowledge items.
Available options:
knowledge Response
Knowledge items
Knowledge item identifier.
Example:
12
Question, title, or short label for the knowledge item.
Example:
"Refund policy"
Answer or source content used during evaluation.
Example:
"Customers can request a refund within 30 days of purchase."
Public evaluation workflows should use knowledge.
Available options:
knowledge Example:
"knowledge"
Number of graph nodes created from this item, when available.
Example:
3
Creation timestamp.
Example:
"2026-06-02T15:08:00Z"
Last update timestamp.
Example:
"2026-06-02T15:08:00Z"