v1
latestOpenAPI 3.1.02026-07-2458221215.8 KBNotes
Get conversation notes
Lists all notes in a conversation.
get/conversations/{id}/notes
Path parameters
idstring required
Public ID of the conversation.
Query parameters
afterstring nullable
Return notes after this note ID.
beforestring nullable
Return notes before this note ID.
limitinteger
Maximum number of notes to return.
Response
OK
Example response
{
"results": [
{
"created_at": "2022-03-10T16:15:50Z",
"updated_at": "2022-03-10T16:15:50Z"
}
]
}