Azure REST API object mismatch return

Gabriel Rigo 0 Pontos de reputação
2026-08-07T20:17:00.8566667+00:00

I tried this two endpoints: Accounts - List Models - REST API (Azure Microsoft Foundry) | Microsoft Learn Models - List - REST API (Azure Microsoft Foundry) | Microsoft Learn but both returned me different info in the BillingMeterInfo Object. I received:

"costs": [

   {

     "name": "CachedContextToken",

     "meterId": "",

     "unit": "1M Tokens",

     "offeringId": "893cc8ed-a68d-53b4-8f23-40250916c677"

}

I didn't find anything about what is offeringId (I found offerId, but the info don't match), and every meterId is an empty string. I tried different api versions and all return same values.
Why this is occurring? How can I get this meterId or return in this REST API?  What is offeringId and how I can get the prices of it or map with the return of another endpoint?

Gerenciamento de API do Azure

Sua resposta

As respostas podem ser marcadas como ‘Aceitas’ pelo autor da pergunta e ‘Recomendadas’ pelos moderadores, o que ajuda os usuários a saber a resposta que resolveu o problema do autor.