I have noticed that, i am trying to get cost for single project. to do this i am filtering the cost API via project_ids but i am getting incorrect results every time.
tried via curl request and via python sdk, with both it is returning incorrect results
example
https://api.openai.com/v1/organization/costs?start_time=1782864000&limit=21&project_ids=proj_abccc
------------
https://api.openai.com/v1/organization/costs?start_time=1782864000&limit=21&project_ids[]=proj_abcc
can't share exact id of project due to security concern
it is not giving the filter results
anyone else facing this issue ?