How to access token usage in assistant calls?

How does one get the token usage when calling the assistant? It is part of the API message response when calling the model directly, but strangely absent when calling assistants. This is vital for managing complex interactions that could exceed the model’s limitations since it affects the design using token mitigation techniques such as chunking or RAG.