catalog

List notes for a resource

List notes attached to resources (operations, workflows, APIs).

Notes capture observations from execution — success signals, failure patterns, data validation findings, and human annotations. Agents use notes to build operational knowledge and improve reliability over time.

Filter by ?resource={id} to see notes for a specific operation/workflow, or by ?type={type} to filter by note category (e.g., "success", "error", "validation").

get/notes

Query parameters

resourcestring nullable

Filter notes by resource ID (capability_id, api_id, or workflow slug)

Filter notes by resource ID (capability_id, api_id, or workflow slug)

typestring nullable

Filter notes by type (auth_quirk, usage_hint, execution_feedback, correction)

Filter notes by type (auth_quirk, usage_hint, execution_feedback, correction)

limitinteger

Maximum number of notes to return (1-500)

Maximum number of notes to return (1-500)

Response

Successful Response

{"stackTrail":"paths:/notes:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes