GET
/
v1
/
agents
/
{agent_id}
/
memory
/
block

Headers

user_id
string | null

Path Parameters

agent_id
string
required

Response

200 - application/json
value
string
required

Value of the block.

limit
integer
default: 5000

Character limit of the block.

name
string | null

Name of the block if it is a template.

is_template
boolean
default: false

Whether the block is a template (e.g. saved human/persona options).

label
string | null

Label of the block (e.g. 'human', 'persona') in the context window.

description
string | null

Description of the block.

metadata_
object | null

Metadata of the block.

id
string

The human-friendly ID of the Block

organization_id
string | null

The unique identifier of the organization associated with the block.

created_by_id
string | null

The id of the user that made this Block.

last_updated_by_id
string | null

The id of the user that last updated this Block.