Product Catalog
Get feature
Get a feature by ID.
get/api/v1/features/{featureId}
Path parameters
featureIdstring required
Response
The request has succeeded.
Example response
{
"createdAt": "2024-01-01T01:01:01.001Z",
"updatedAt": "2024-01-01T01:01:01.001Z",
"deletedAt": "2024-01-01T01:01:01.001Z",
"archivedAt": "2023-01-01T01:01:01.001Z",
"metadata": {
"externalId": "019142cc-a016-796a-8113-1a942fecd26d"
},
"meterSlug": "tokens_total",
"meterGroupByFilters": {
"model": "gpt-4",
"type": "input"
},
"advancedMeterGroupByFilters": {
"model": {
"$in": [
"gpt-4",
"gpt-4o"
]
},
"type": {
"$eq": "input"
}
},
"id": "01ARZ3NDEKTSV4RRFFQ69G5FAV"
}