Close
Toolcog home
toolcog
openai
Search
⌘
+
K
Command Palette
Search for a command to run...
Search Toolcog
Sign In
API
Operations
Auth Schemes
Overrides
Intents
Targets
API
Operations
Auth Schemes
Overrides
Intents
Targets
Operations
API endpoints available to AI agents
All methods
All methods
GET
POST
DELETE
Retrieve a single organization API key
Authenticated
admin-api-keys-get
GET/organization/admin_api_keys/{key_id}
List organization API keys
Authenticated
admin-api-keys-list
GET/organization/admin_api_keys
Returns the contents of the specified file.
Authenticated
downloadFile
GET/files/{file_id}/content
Files
Retrieves an assistant.
Authenticated
getAssistant
GET/assistants/{assistant_id}
Assistants
Get a certificate that has been uploaded to the organization. You can get a certificate regardless of whether it is active or not.
Authenticated
getCertificate
GET/organization/certificates/{certificate_id}
Certificates
Get a stored chat completion. Only Chat Completions that have been created with the `store` parameter set to `true` will be returned.
Authenticated
getChatCompletion
GET/chat/completions/{completion_id}
Chat
Get the messages in a stored chat completion. Only Chat Completions that have been created with the `store` parameter set to `true` will be returned.
Authenticated
getChatCompletionMessages
GET/chat/completions/{completion_id}/messages
Chat
Get an evaluation by ID.
Authenticated
getEval
GET/evals/{eval_id}
Evals
Get an evaluation run by ID.
Authenticated
getEvalRun
GET/evals/{eval_id}/runs/{run_id}
Evals
Get an evaluation run output item by ID.
Authenticated
getEvalRunOutputItem
GET/evals/{eval_id}/runs/{run_id}/output_items/{output_item_id}
Evals
Get a list of output items for an evaluation run.
Authenticated
getEvalRunOutputItems
GET/evals/{eval_id}/runs/{run_id}/output_items
Evals
Get a list of runs for an evaluation.
Authenticated
getEvalRuns
GET/evals/{eval_id}/runs
Evals
Retrieve a message.
Authenticated
getMessage
GET/threads/{thread_id}/messages/{message_id}
Assistants
Retrieves a model response with the given ID.
Authenticated
getResponse
GET/responses/{response_id}
Responses
Retrieves a run.
Authenticated
getRun
GET/threads/{thread_id}/runs/{run_id}
Assistants
Retrieves a run step.
Authenticated
getRunStep
GET/threads/{thread_id}/runs/{run_id}/steps/{step_id}
Assistants
Retrieves a thread.
Authenticated
getThread
GET/threads/{thread_id}
Assistants
Retrieves a vector store.
Authenticated
getVectorStore
GET/vector_stores/{vector_store_id}
Vector stores
Retrieves a vector store file.
Authenticated
getVectorStoreFile
GET/vector_stores/{vector_store_id}/files/{file_id}
Vector stores
Retrieves a vector store file batch.
Authenticated
getVectorStoreFileBatch
GET/vector_stores/{vector_store_id}/file_batches/{batch_id}
Vector stores
1
2
More pages
4
Next