All URIs are relative to /api/v2
| Method | HTTP request | Description |
|---|---|---|
| getEvaluations | GET /usage/evaluations/{envId}/{flagKey} | Get events usage by event id and the feature flag key. |
| getEvent | GET /usage/events/{type} | Get events usage by event type. |
| getEvents | GET /usage/events | Get events usage endpoints. |
| getMAU | GET /usage/mau | Get monthly active user data. |
| getMAUByCategory | GET /usage/mau/bycategory | Get monthly active user data by category. |
| getStream | GET /usage/streams/{source} | Get a stream endpoint and return timeseries data. |
| getStreamBySDK | GET /usage/streams/{source}/bysdkversion | Get a stream timeseries data by source show sdk version metadata. |
| getStreamSDKVersion | GET /usage/streams/{source}/sdkversions | Get a stream timeseries data by source and show all sdk version associated. |
| getStreams | GET /usage/streams | Returns a list of all streams. |
| getUsage | GET /usage | Returns of the usage endpoints available. |
Get events usage by event id and the feature flag key.
getEvaluations envId=value flagKey=value| Name | Type | Description | Notes |
|---|---|---|---|
| envId | string | The environment id for the flag evaluations in question. | |
| flagKey | string | The key of the flag we want metrics for. |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Get events usage by event type.
getEvent type=value| Name | Type | Description | Notes |
|---|---|---|---|
| type | string | The type of event we would like to track. |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Get events usage endpoints.
getEventsThis endpoint does not need any parameter.
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Get monthly active user data.
getMAUThis endpoint does not need any parameter.
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Get monthly active user data by category.
getMAUByCategoryThis endpoint does not need any parameter.
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Get a stream endpoint and return timeseries data.
getStream source=value| Name | Type | Description | Notes |
|---|---|---|---|
| source | string | The source of where the stream comes from. |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Get a stream timeseries data by source show sdk version metadata.
getStreamBySDK source=value| Name | Type | Description | Notes |
|---|---|---|---|
| source | string | The source of where the stream comes from. |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Get a stream timeseries data by source and show all sdk version associated.
getStreamSDKVersion source=value| Name | Type | Description | Notes |
|---|---|---|---|
| source | string | The source of where the stream comes from. |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Returns a list of all streams.
getStreamsThis endpoint does not need any parameter.
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Returns of the usage endpoints available.
getUsageThis endpoint does not need any parameter.
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]