[ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "created": "2023-11-07T05:31:56Z", "updated": "2023-11-07T05:31:56Z", "name": "<string>", "value": "my-value", "tags": [ "<string>" ] } ]
x >= 0
Filter variables. Only variables matching all criteria will be returned
Show child attributes
Operator for combining filter criteria. Defaults to 'and_'.
and_
or_
Filter criteria for Variable.id
Variable.id
A list of variable ids to include
Filter criteria for Variable.name
Variable.name
A list of variables names to include
A string to match variable names against. This can include SQL wildcard characters like % and _.
%
_
"my_variable_%"
Filter criteria for Variable.tags
Variable.tags
A list of tags. Variables will be returned only if their tags are a superset of the list
["tag-1", "tag-2"]
If true, only include Variables without tags
Defines variables sorting options.
CREATED_DESC
UPDATED_DESC
NAME_DESC
NAME_ASC
Defaults to PREFECT_API_DEFAULT_LIMIT if not provided.
Successful Response
The name of the variable
255
The value of the variable
"my-value"
A list of variable tags
Was this page helpful?