Sign up and get started with Confidence today! Create your account
Sign up and get started with Confidence today! Create your account
Query time series data about how much this flag was used recently. You cannot query more than 7 days back in time.
curl --request POST \
--url https://flags.eu.confidence.dev/v1/flags/{flag}/usage:query \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"startTime": {},
"endTime": {}
}
'{
"usage": [
{
"hourTime": {},
"variants": [
{}
]
}
]
}Documentation Index
Fetch the complete documentation index at: https://confidence.spotify.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
OK
The usage time series.
Show child attributes
Was this page helpful?
curl --request POST \
--url https://flags.eu.confidence.dev/v1/flags/{flag}/usage:query \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"startTime": {},
"endTime": {}
}
'{
"usage": [
{
"hourTime": {},
"variants": [
{}
]
}
]
}