v2
Get Builder blocks
Get blocks based on either category, type, or provider.
get/api/builder/blocks
Query parameters
categorystring nullable
type'all' | 'input' | 'action' | 'output' nullable
providerstring nullable
Provider name for integrations. Can be any string value, including custom provider names.
pageinteger
page_sizeinteger
Response
Successful Response
Example response
{
"pagination": {
"total_items": 42,
"total_pages": 2,
"current_page": 1,
"page_size": 25
}
}