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