GET /organization/usage/embeddings
Servers
- https://api.openai.com/v1
Query parameters
Name | Type | Required | Description |
---|---|---|---|
page |
String | No |
A cursor for use in pagination. Corresponding to the |
group_by[] |
Array | No |
Group the usage data by the specified fields. Support fields include |
limit |
Integer | No |
Specifies the number of buckets to return.
|
start_time |
Integer | Yes |
Start time (Unix seconds) of the query time range, inclusive. |
models[] |
Array | No |
Return only usage for these models. |
project_ids[] |
Array | No |
Return only usage for these projects. |
bucket_width |
String | No |
Width of each time bucket in response. Currently Possible values:
Default value: "1d" |
user_ids[] |
Array | No |
Return only usage for these users. |
api_key_ids[] |
Array | No |
Return only usage for these API keys. |
end_time |
Integer | No |
End time (Unix seconds) of the query time range, exclusive. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.