List Blocks For Identity
Get all blocks associated with the specified identity.
Path parameters
identity_id
Headers
Authorization
Header authentication of the form Bearer <token>
Query parameters
before
Block ID cursor for pagination. Returns blocks that come before this block ID in the specified sort order
after
Block ID cursor for pagination. Returns blocks that come after this block ID in the specified sort order
limit
Maximum number of blocks to return
order
Sort order for blocks by creation time. 'asc' for oldest first, 'desc' for newest first
Allowed values:
order_by
Field to sort by
Response
Successful Response
value
Value of the block.
limit
Character limit of the block.
project_id
The associated project id.
name
The id of the template.
is_template
Whether the block is a template (e.g. saved human/persona options).
base_template_id
The base template id of the block.
deployment_id
The id of the deployment.
entity_id
The id of the entity within the template.
preserve_on_migration
Preserve the block on template migration.
label
Label of the block (e.g. ‘human’, ‘persona’) in the context window.
read_only
Whether the agent has read-only access to the block.
description
Description of the block.
metadata
Metadata of the block.
id
The human-friendly ID of the Block
created_by_id
The id of the user that made this Block.
last_updated_by_id
The id of the user that last updated this Block.