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
}
}Changes
Changed in 2 of the 165 revisions of this API.11
- ○
added the optional property
////to the response with the statusresponse-optional-property-added
- ○
- ●
removed the optional property
////from the response with the statusresponse-optional-property-removed
This revision also has 96 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●