content_blocks_list
Retrieve all content blocks in a Braze workspace, with optional filters for modified dates and pagination to handle large result sets.
Instructions
List all content blocks in the workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 100) | |
| apiKey | No | Braze REST API key | |
| offset | No | ||
| restEndpoint | No | Braze REST endpoint URL | |
| modified_after | No | Filter by modified date (ISO 8601) | |
| modified_before | No | Filter by modified date (ISO 8601) |