Variables
Read Variables
POST
Headers
Body
application/json
Required range:
x >= 0
Filter variables. Only variables matching all criteria will be returned
Defines variables sorting options.
Available options:
CREATED_DESC
, UPDATED_DESC
, NAME_DESC
, NAME_ASC
Defaults to PREFECT_API_DEFAULT_LIMIT if not provided.
Response
200
application/json
Successful Response
The name of the variable
Maximum length:
255
Example:
"my-variable"
The value of the variable
Example:
"my-value"
A list of variable tags
Example:
["tag-1", "tag-2"]
Was this page helpful?