Block documents
Read Block Documents
Query for block documents.
POST
Headers
Body
application/json
Filter BlockDocuments. Only BlockDocuments matching all criteria will be returned
Filter BlockSchemas
Filter BlockTypes
Whether to include sensitive values in the block document.
Defaults to PREFECT_API_DEFAULT_LIMIT if not provided.
Required range:
x > 0
Defines block document sorting options.
Available options:
NAME_DESC
, NAME_ASC
, BLOCK_TYPE_AND_NAME_ASC
Response
200 - application/json
A block schema ID
A block type ID
Record of the block document's references
The associated block schema
The associated block type
The associated block type's name
The block document's data
Whether the block is anonymous (anonymous blocks are usually created by Prefect automatically)
The block document's name. Not required for anonymous block documents.