Block types
Read Block Types
Gets all block types. Optionally limit return with limit and offset.
post/api/block_types/filter
Headers
x-prefect-api-versionstring
Request body
Example request
{
"block_types": {
"name": {
"like_": "marvin"
}
},
"block_schemas": {
"block_capabilities": {
"all_": [
"write-storage",
"read-storage"
]
},
"version": {
"any_": [
"2.0.0",
"2.1.0"
]
}
}
}Response
Successful Response