Read Variables
Variables
Read Variables
POST
Read Variables
Documentation Index
Fetch the complete documentation index at: https://docs.prefect.io/llms.txt
Use this file to discover all available pages before exploring further.
Headers
Body
application/json
Required range:
x >= 0Filter 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
Successful Response
The name of the variable
Maximum string length:
255Example:
"my-variable"
The value of the variable
Example:
"my-value"
A list of variable tags
Example:
["tag-1", "tag-2"]