POST
/
api
/
variables
/
filter

Headers

x-prefect-api-version
string

Body

application/json
limit
integer

Defaults to PREFECT_API_DEFAULT_LIMIT if not provided.

offset
integer
default:
0
Required range: x > 0
sort
enum<string>

Defines variables sorting options.

Available options:
CREATED_DESC,
UPDATED_DESC,
NAME_DESC,
NAME_ASC
variables
object | null

Filter variables. Only variables matching all criteria will be returned

Response

200 - application/json
created
string | null
required
id
string
required
name
string
required

The name of the variable

Maximum length: 255
updated
string | null
required
value
required

The value of the variable

tags
string[]

A list of variable tags