List all memories
Retrieves a paginated list of memories with their metadata and workflow status
GET
Authorizations
Query Parameters
Page number to fetch
Example:
"1"
Number of items per page
Example:
"10"
Field to sort by
Available options:
createdAt
, updatedAt
Example:
"createdAt"
Sort order
Available options:
asc
, desc
Example:
"desc"
Optional filters to apply to the search
Example:
"{\"AND\":[{\"key\":\"group\",\"value\":\"jira_users\",\"negate\":false},{\"filterType\":\"numeric\",\"key\":\"timestamp\",\"value\":\"1742745777\",\"negate\":false,\"numericOperator\":\">\"}]}"