v1
latestOpenAPI 3.0.02026-07-13103151174.7 KBVariables
List Variables
get/v1/projects/{project}/variables
Path parameters
projectstring required
A Project key or ID
Query parameters
pagenumber
perPagenumber
sortBy'createdAt' | 'updatedAt' | 'name' | 'key' | 'propertyKey'
sortOrder'asc' | 'desc'
searchstring
featurestring
type'String' | 'Boolean' | 'Number' | 'JSON'
status'active' | 'archived'
Response
Example response
[
{
"name": "Show New Dashboard",
"description": "A boolean variable that will toggle the new dashboard feature",
"key": "show-new-dashboard",
"_id": "61450f3daec96f5cf4a49946",
"_feature": "61450f3daec96f5cf4a49947",
"type": "Boolean",
"status": "active",
"source": "api",
"tags": [
"Dashboard",
"QA"
]
}
]