curl --location --request GET 'https://api.openai.com/?start_time&limit' \
--header 'Authorization: Bearer $OPENAI_ADMIN_KEY' \
--header 'Content-Type: application/json'
{
"object": "string",
"data": [
{
"object": "string",
"start_time": 0,
"end_time": 0,
"results": [
{
"object": "string",
"usage_bytes": 0,
"project_id": null
}
]
}
],
"has_more": true,
"next_page": null
}