Block types
Read Block Types
Gets all block types. Optionally limit return with limit and offset.
POST
/
api
/
block_types
/
filter
Headers
Body
application/json
Filter BlockTypes
Filter BlockSchemas
Required range:
x > 0
Defaults to PREFECT_API_DEFAULT_LIMIT if not provided.
Response
200 - application/json
A block type's name
A block type's slug
Web URL for the block type's logo
Web URL for the block type's documentation
A short blurb about the corresponding block's intended use
A code snippet demonstrating use of the corresponding block
Protected block types cannot be modified via API.
Was this page helpful?