APIs & SDK
- Overview
- Python SDK Overview
- REST API
- REST API overview
- Cloud API
- Server API
- Server API Overview
- Root
- Flows
- Flow Runs
- Task Runs
- Flow Run States
- Task Run States
- Flow Run Notification Policies
- Deployments
- SavedSearches
- Logs
- Concurrency Limits
- Concurrency Limits V2
- Block types
- Block documents
- Work Pools
- Task Workers
- Work Queues
- Artifacts
- Block schemas
- Block capabilities
- Collections
- Variables
- GETCreate Csrf Token
- Events
- Automations
- UI
- Admin
Count Block Documents
Count block documents.
Headers
Body
Filter BlockDocuments. Only BlockDocuments matching all criteria will be returned
Operator for combining filter criteria. Defaults to 'and_'.
and_
, or_
Filter criteria for BlockDocument.id
A list of block ids to include
Filter criteria for BlockDocument.is_anonymous
. Defaults to excluding anonymous blocks.
Filter block documents for only those that are or are not anonymous.
Filter criteria for BlockDocument.block_type_id
A list of block type ids to include
Filter BlockTypes
Filter criteria for BlockType.name
A case-insensitive partial match. For example, passing 'marvin' will match 'marvin', 'sad-Marvin', and 'marvin-robot'.
Filter BlockSchemas
Operator for combining filter criteria. Defaults to 'and_'.
and_
, or_
Filter criteria for BlockSchema.block_type_id
A list of block type ids to include
Filter criteria for BlockSchema.capabilities
A list of block capabilities. Block entities will be returned only if an associated block schema has a superset of the defined capabilities.
Filter criteria for BlockSchema.id
A list of IDs to include
Response
The response is of type integer
.
Was this page helpful?