Get Service Options
GET/api/reporting/billing-logs/service-options
Return all available service options for dropdowns on the billing / activity reporting page.
Sourced from the products table so labels match the values rendered in
the Service column (which come from billing_logs.service_name, copied
from service_meters.service_name, copied from products.name). The
previous implementation derived labels from ServiceProduct constants
via get_friendly_name, which produced names like "Llm Gpt 51 Chat
Latest" that did not match the column's "LLM - OpenAI GPT 5.1 Chat
Latest", so the filter selected nothing.
Request
Responses
- 200
- 422
Successful Response
Validation Error