Variables
Read Variable By Name
get/api/variables/name/{name}
Path parameters
namestring required
Headers
x-prefect-api-versionstring
Response
Successful Response
Example response
{
"name": "my-variable",
"value": "my-value",
"tags": [
"tag-1",
"tag-2"
]
}