Skip to main content

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

OK

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
  • ]
Loading...