List Blocks
Retrieve the core memory blocks of a specific agent.
Path parameters
Query parameters
Block ID cursor for pagination. Returns blocks that come before this block ID in the specified sort order
Block ID cursor for pagination. Returns blocks that come before this block ID in the specified sort order
Block ID cursor for pagination. Returns blocks that come after this block ID in the specified sort order
Block ID cursor for pagination. Returns blocks that come after this block ID in the specified sort order
Maximum number of blocks to return
Maximum number of blocks to return
Sort order for blocks by creation time. 'asc' for oldest first, 'desc' for newest first
Sort order for blocks by creation time. 'asc' for oldest first, 'desc' for newest first
Field to sort by
Field to sort by
Response
Successful Response
Example response
[
{
"id": "block-123e4567-e89b-12d3-a456-426614174000"
}
]