|
<< Click to Display Table of Contents >> Raynet One Data Hub > 2026.2 > Connectors > Alphabetic Connector List > OpenAI Extracted Data |
The OpenAI connector retrieves usage and organizational data from the following OpenAI API endpoints.
Endpoint: |
https://api.openai.com/v1/organization/usage/audio_speeches |
Description: |
Returns usage details for audio speech generation requests made by the organization. |
Documentation: |
Endpoint: |
https://api.openai.com/v1/organization/usage/audio_transcriptions |
Description: |
Returns usage details for audio transcription requests made by the organization. |
Documentation: |
https://developers.openai.com/api/docs/guides/speech-to-text |
Endpoint: |
https://api.openai.com/v1/organization/usage/code_interpreter_sessions |
Description: |
Returns usage details for Code Interpreter sessions used by the organization. |
Documentation: |
https://developers.openai.com/api/docs/guides/tools-code-interpreter |
Endpoint: |
https://api.openai.com/v1/organization/usage/completions |
Description: |
Returns usage details for chat completion and text generation requests, including token counts for input, output, cached tokens, and audio tokens. |
Documentation: |
Endpoint: |
https://api.openai.com/v1/organization/costs |
Description: |
Returns cost breakdown details for the organization, including currency, cost value, and the associated line item. |
Documentation: |
Endpoint: |
https://api.openai.com/v1/organization/usage/embeddings |
Description: |
Returns usage details for embedding generation requests made by the organization. |
Documentation: |
Endpoint: |
https://api.openai.com/v1/organization/usage/images |
Description: |
Returns usage details for image generation, editing, and variation requests made by the organization. |
Documentation: |
Endpoint: |
https://api.openai.com/v1/organization/usage/moderations |
Description: |
Returns usage details for content moderation requests made by the organization. |
Documentation: |
Endpoint: |
https://api.openai.com/v1/organization/usage/vector_stores |
Description: |
Returns storage usage details for vector stores used by the organization. |
Documentation: |
https://developers.openai.com/api/reference/python/resources/vector_stores |
Endpoint: |
https://api.openai.com/v1/organization/projects |
Description: |
Returns a list of all projects within the organization, including their status and creation timestamps. |
Documentation: |
Endpoint: |
https://api.openai.com/v1/organization/users |
Description: |
Returns a list of all users in the organization, including their roles and email addresses. |
Documentation: |
Endpoint: |
https://api.openai.com/v1/organization/admin_api_keys |
Description: |
Returns a list of all Admin API Keys for the organization, including their creation and last-used timestamps. Key values are returned in redacted form. Also retrieves the associated owner information for each key. |
Documentation: |