Block schemas
Read Block Schemas
Read all block schemas, optionally filtered by type
post/api/block_schemas/filter
Headers
x-prefect-api-versionstring
Request body
Example request
{
"block_schemas": {
"block_capabilities": {
"all_": [
"write-storage",
"read-storage"
]
},
"version": {
"any_": [
"2.0.0",
"2.1.0"
]
}
}
}Response
Successful Response