Query Recent Usage. This interface is deprecated and will be removed in a later version.
GET/users/me/requests
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
A list of the ten most recent tasks successfully completed by the API. Contains statistics about the task, including duration of execution and cost in credits.
Request
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
create_timestamp string
model_name string
request_type string
token_count_prompt integer
image_count_prompt integer
token_count_completion integer
duration_millis integer
credits number
[
{
"create_timestamp": "string",
"model_name": "string",
"request_type": "string",
"token_count_prompt": 0,
"image_count_prompt": 0,
"token_count_completion": 0,
"duration_millis": 0,
"credits": 0
}
]
Loading...