List Annotations
Retrieves a paginated list of annotations from your Confident AI project. Annotations are user feedback on traces, spans, or threads that include ratings, expected outputs/outcomes, explanations, and flags.
Use query parameters to filter annotations by trace UUID, span UUID, thread ID, type, rating range, or flagged status. Results are returned in descending order by creation date with pagination support.
Headers
CONFIDENT_API_KEY
The API key of your Confident AI project.
Query parameters
traceUuid
Filter annotations by trace UUID.
spanUuid
Filter annotations by span UUID.
threadId
Filter annotations by thread ID.
type
Filter annotations by type.
Allowed values:
minRating
Filter annotations with minimum rating (inclusive).
maxRating
Filter annotations with maximum rating (inclusive).
flagged
Filter annotations by flagged status.
Allowed values:
limit
Maximum number of annotations to return (default 50).
offset
Number of annotations to skip (default 0).
Response
Successfully retrieved list of annotations
success
Indicates if the request was successful.
data