Variables
Count Variables
post/api/variables/count
Headers
x-prefect-api-versionstring
Request body
Example request
{
"variables": {
"name": {
"like_": "my_variable_%"
},
"value": {
"like_": "my-value-%"
},
"tags": {
"all_": [
"tag-1",
"tag-2"
]
}
}
}Response
Successful Response
integer required
Changes
No recorded changes to this endpoint across all 50 revisions of this API.