I am using the node sdk to stream gpt-3 results to our frontend. This is a great end user experience but I still need the usage info so that we can attribute usage to our end users.
Each chunk that is returned has the completion id but no usage info and there doesn't seem to be any other way to get the usage. Is there a way to lookup past completions by id so that I can track usage better?