Variables
Count Variables
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
Variables
Count Variables
POST
/
api
/
variables
/
count
Headers
Body
application/json
Filter variables. Only variables matching all criteria will be returned
Filter criteria for Variable.id
A list of variable ids to include
Operator for combining filter criteria. Defaults to 'and_'.
Available options:
and_
, or_
Filter criteria for Variable.tags
A list of tags. Variables will be returned only if their tags are a superset of the list
If true, only include Variables without tags
Operator for combining filter criteria. Defaults to 'and_'.
Available options:
and_
, or_
Response
200 - application/json
The response is of type integer
.