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
All statuses
All statuses
Active
Deprecated
Retrieve a single organization API key
admin-api-keys-get
GET/organization/admin_api_keys/{key_id}
List organization API keys
admin-api-keys-list
GET/organization/admin_api_keys
Returns the contents of the specified file.
downloadFile
GET/files/{file_id}/content
Files
Retrieves an assistant.
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.
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.
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.
getChatCompletionMessages
GET/chat/completions/{completion_id}/messages
Chat
Get an evaluation by ID.
getEval
GET/evals/{eval_id}
Evals
Get an evaluation run by ID.
getEvalRun
GET/evals/{eval_id}/runs/{run_id}
Evals
Get an evaluation run output item by ID.
getEvalRunOutputItem
GET/evals/{eval_id}/runs/{run_id}/output_items/{output_item_id}
Evals
Get a list of output items for an evaluation run.
getEvalRunOutputItems
GET/evals/{eval_id}/runs/{run_id}/output_items
Evals
Get a list of runs for an evaluation.
getEvalRuns
GET/evals/{eval_id}/runs
Evals
Retrieve a message.
getMessage
GET/threads/{thread_id}/messages/{message_id}
Assistants
Retrieves a model response with the given ID.
getResponse
GET/responses/{response_id}
Responses
Retrieves a run.
getRun
GET/threads/{thread_id}/runs/{run_id}
Assistants
Retrieves a run step.
getRunStep
GET/threads/{thread_id}/runs/{run_id}/steps/{step_id}
Assistants
Retrieves a thread.
getThread
GET/threads/{thread_id}
Assistants
Retrieves a vector store.
getVectorStore
GET/vector_stores/{vector_store_id}
Vector stores
Retrieves a vector store file.
getVectorStoreFile
GET/vector_stores/{vector_store_id}/files/{file_id}
Vector stores
Retrieves a vector store file batch.
getVectorStoreFileBatch
GET/vector_stores/{vector_store_id}/file_batches/{batch_id}
Vector stores
1
2
More pages
4
Next