# CouncilGPT ## Docs - [Add Client Matters](/api-reference/add/add-client-matters): Adds a list of client matters to CouncilGPT. Each client matter includes a name and an optional description. - [Authentication](/api-reference/authentication) - [Completion](/api-reference/completion/completion): CouncilGPT's Completion API provides access to CouncilGPT's models via our orchestration engine, allowing users to ask complex, freeform questions and receive detailed legal-grade responses programmatically. - [Delete Client Matters](/api-reference/delete/delete-client-matters): Deletes a list of client matters from CouncilGPT, preventing them from being associated with any future queries. - [Query Audit Logs](/api-reference/query/query-audit-logs): Paginates forward in time from a given audit log ID. - [Rate Limits](/api-reference/ratelimits) - [Get Client Matters](/api-reference/retrieve/get-client-matters): Retrieves the full list of client matters in CouncilGPT, including deleted ones, with usage statistics. - [Retrieve Earliest Audit Log](/api-reference/retrieve/retrieve-earliest-audit-log): Returns the earliest audit log for the workspace. - [Retrieve Latest Audit Log](/api-reference/retrieve/retrieve-latest-audit-log): Returns the latest audit log for the workspace. - [Search Audit Logs](/api-reference/search/search-audit-logs): Takes a timestamp as a parameter and returns the audit log at or after the timestamp. - [Create a new Vault project](/api-reference/vault/create-a-new-vault-project): Creates a new project in the Vault system. - [Delete a file from a Vault project](/api-reference/vault/delete-a-file-from-a-vault-project): Removes an existing file from a Vault project. - [Delete an entire vault project and all its contents](/api-reference/vault/delete-an-entire-vault-project-and-all-its-contents) - [Get File Details](/api-reference/vault/get-file-details): Retrieves details and processing status for one or more files by their IDs. - [Get Review Table Metadata](/api-reference/vault/get-review-table-metadata): Fetches metadata for a single review table by its ID. - [Get Review Table Row Details](/api-reference/vault/get-review-table-row-details): Retrieves a row from a review table. - [Get Vault Project Metadata](/api-reference/vault/get-vault-project-metadata): Fetches metadata for a specified Vault project. - [List Project Users](/api-reference/vault/list-project-users): Lists all workspace users with access to a specified Vault project. - [List Vault Projects and Knowledge Bases](/api-reference/vault/list-vault-projects-and-knowledge-bases): Lists all Vault projects and knowledge bases in the current workspace. - [Remove Project Users](/api-reference/vault/remove-project-users): Removes direct user shares from a Vault project. - [Semantic search over a vault project](/api-reference/vault/semantic-search-over-a-vault-project): Performs semantic search over documents in a single vault project. - [Update Project Users](/api-reference/vault/update-project-users): Adds or updates workspace user shares on a Vault project. - [Upload Files to Project](/api-reference/vault/upload-files-to-project): Uploads new files or updates existing ones within Vault projects. - [Assistant](/guides/assistant): Transform workflows with AI-powered reasoning. - [Audit Log Example](/guides/audit-logs-example) - [Audit Logs](/guides/audit_logs): Query and retrieve audit logs for workspace activity monitoring. - [Authentication (Guide)](/guides/authentication) - [Client Matters (Guide)](/guides/client_matters): Manage billing attribution and access control. - [CouncilGPT MCP](/guides/councilgpt_mcp): Connect AI assistants to CouncilGPT's capabilities through MCP. - [Introduction (Guide)](/guides/introduction): Welcome to the CouncilGPT API Guide. - [History Exports](/guides/usage_history): Export usage and query history across your organization. - [Vault (Guide)](/guides/vault): Automate secure document workflows with Vault. - [Get Query History](/history-export/queries/get-query-history): Fetches query history for a specified time range. - [Get Query History (v2)](/history-export/queries/get-query-history-v2): Fetches query history (v2) for a specified time range. - [Get Usage History](/history-export/usage/get-usage-history): Fetches usage history for a specified time range. - [Get Usage History (v2)](/history-export/usage/get-usage-history-v2): Fetches usage history (v2) for a specified time range. ## OpenAPI Specs - [v2_completion_api](/v2_completion_api.json) - [vault_api](/vault_api.json) - [history_export_api](/history_export_api.json) - [audit_logs_api](/audit_logs_api.json) - [client_matters_api](/client_matters_api.json) - [v1_completion_api](/v1_completion_api.json) Built with [Mintlify](https://mintlify.com/).