# Documentation ## Docs - [Get code files for a cleaning task](https://docs.datalinks.com/api-reference/agents/get-code-files-for-a-cleaning-task.md): Retrieve metadata for all code files generated by the cleaning agent for the specified task. - [Request cleaning on a dataset](https://docs.datalinks.com/api-reference/agents/request-cleaning-on-a-dataset.md): Request a cleaning job for the specified dataset. - [Run AutoRAG agent over all data](https://docs.datalinks.com/api-reference/autorag/run-autorag-agent-over-all-data.md): Uses the AutoRAG agent to answer a question about any data that the user can access. - [Run AutoRAG agent with streaming response](https://docs.datalinks.com/api-reference/autorag/run-autorag-agent-with-streaming-response.md): Uses the AutoRAG agent to answer a question about any data that the user can access. Returns results as a Server-Sent Events (SSE) stream with incremental updates. - [List ingestions for a dataset](https://docs.datalinks.com/api-reference/data/list-ingestions-for-a-dataset.md): Lists ingestion attempts for a dataset. - [Clear all data for a dataset](https://docs.datalinks.com/api-reference/dataset/clear-all-data-for-a-dataset.md): Remove all data and links from the specified dataset. This action is irreversible. - [Delete all data and metadata for a dataset (balefire)](https://docs.datalinks.com/api-reference/dataset/delete-all-data-and-metadata-for-a-dataset-balefire.md): Remove all data, links, and metadata for the specified dataset. This action is irreversible. - [Get dataset information](https://docs.datalinks.com/api-reference/dataset/get-dataset-information.md): Get dataset metadata for the specified user, namespace, and dataset. - [Rename a dataset](https://docs.datalinks.com/api-reference/dataset/rename-a-dataset.md): Rename the specified dataset. - [Rename a namespace](https://docs.datalinks.com/api-reference/dataset/rename-a-namespace.md): Rename the specified namespace. - [Update dataset sort order](https://docs.datalinks.com/api-reference/dataset/update-dataset-sort-order.md): Update the sort order of columns in a dataset. - [Update inference definition](https://docs.datalinks.com/api-reference/dataset/update-inference-definition.md): Update the saved inference definition for the dataset. - [Fetch datasets](https://docs.datalinks.com/api-reference/datasets/fetch-datasets.md): Retrieve all available datasets. - [Fetch datasets in namespace](https://docs.datalinks.com/api-reference/datasets/fetch-datasets-in-namespace.md): Retrieve all datasets for the specified namespace. - [API Reference](https://docs.datalinks.com/api-reference/index.md) - [Create new dataset](https://docs.datalinks.com/api-reference/ingest/create-new-dataset.md): Creates a new dataset within a specified namespace. - [Infer dataset description](https://docs.datalinks.com/api-reference/ingest/infer-dataset-description.md): Ask an agent to infer a data description based on sampled data. - [Ingest data](https://docs.datalinks.com/api-reference/ingest/ingest-data.md): Load data into the specified dataset. - [Preview](https://docs.datalinks.com/api-reference/ingest/preview.md): Process data using ingestion logic without saving it to a dataset. - [Schema](https://docs.datalinks.com/api-reference/ingest/schema.md): Ask an agent to infer a schema based on sampled data. - [Mark ingestion as seen](https://docs.datalinks.com/api-reference/ingestiontracking/mark-ingestion-as-seen.md): Update seenAt timestamp for the specified ingestion. - [Retry ingestion](https://docs.datalinks.com/api-reference/ingestiontracking/retry-ingestion.md): Creates a new ingestion record copying data from the original and starts the ingestion process in the background. Returns the new ingestion ID. - [Add a new link](https://docs.datalinks.com/api-reference/links/add-a-new-link.md): Create a new link between two dataset columns. - [Load links](https://docs.datalinks.com/api-reference/links/load-links.md): Load the links for the specified dataset. - [Preview links](https://docs.datalinks.com/api-reference/links/preview-links.md): Shows what recalculating links would look like without saving changes. - [Rebuild links](https://docs.datalinks.com/api-reference/links/rebuild-links.md): Recalculate links for a specified dataset. - [Abort multipart upload](https://docs.datalinks.com/api-reference/multipart-upload/abort-multipart-upload.md): Abort a multipart upload and clean up partial data. - [Finish multipart upload](https://docs.datalinks.com/api-reference/multipart-upload/finish-multipart-upload.md): Finish a multipart upload by providing all part ETags. - [Prepare multipart upload](https://docs.datalinks.com/api-reference/multipart-upload/prepare-multipart-upload.md): Initiate a multipart upload and get presigned URLs for all parts. - [Curate ontology links](https://docs.datalinks.com/api-reference/ontology/curate-ontology-links.md): Run the OntologyCurator agent to analyze computed links for a dataset or all datasets in a namespace. When activate is true, the curated links are added to the ontology. When activate is false (default), only returns the curated links without activating them. - [Get dataset ontology](https://docs.datalinks.com/api-reference/ontology/get-dataset-ontology.md): Load the ontology for the specified dataset. - [Save dataset ontology](https://docs.datalinks.com/api-reference/ontology/save-dataset-ontology.md): Save the ontology for the specified dataset. - [Query data](https://docs.datalinks.com/api-reference/query/query-data.md): Execute an ontology query. - [List all datasets](https://docs.datalinks.com/api-reference/schema/list-all-datasets.md): Retrieve all datasets visible to the authenticated user. - [List datasets within namespace](https://docs.datalinks.com/api-reference/schema/list-datasets-within-namespace.md): Retrieve datasets within a specific namespace for a user. Use 'self' for the current user. - [List user namespaces](https://docs.datalinks.com/api-reference/schema/list-user-namespaces.md): Retrieve namespaces for a specific user. Use 'self' for the current user. - [Add a new user token](https://docs.datalinks.com/api-reference/user/add-a-new-user-token.md): Create a new token for the authenticated user. - [Delete user token](https://docs.datalinks.com/api-reference/user/delete-user-token.md): Delete the specified user token. - [Get user usage aggregated by day](https://docs.datalinks.com/api-reference/user/get-user-usage-aggregated-by-day.md): Retrieve usage data aggregated by day for the authenticated user, with timezone support. - [Get user usage history](https://docs.datalinks.com/api-reference/user/get-user-usage-history.md): Retrieve historical usage data for the authenticated user. - [List token permissions](https://docs.datalinks.com/api-reference/user/list-token-permissions.md): List all permissions assigned to the specified token. - [List user tokens](https://docs.datalinks.com/api-reference/user/list-user-tokens.md): List all tokens for the authenticated user. - [Datasets and Namespaces](https://docs.datalinks.com/concepts/datasets-namespaces.md) - [Data Ingestion and Cleaning](https://docs.datalinks.com/concepts/ingest-clean.md) - [Interconnection (Knowledge Maps)](https://docs.datalinks.com/concepts/interconnection.md) - [Querying Data and Insights](https://docs.datalinks.com/concepts/query-insights.md) - [Introduction to DataLinks](https://docs.datalinks.com/get-started/intro-datalinks.md) - [DataLinks Web Platform QuickStart Guide](https://docs.datalinks.com/get-started/quickstart.md): Learn how to ingest data, view connections, and query using the DataLinks web platform. - [DataLinks API/SDK QuickStart Guide](https://docs.datalinks.com/get-started/quickstart-api.md): Learn how to ingest data, view connections, and query using both the DataLinks web platform and API. - [How to Connect DataLinks to a Third-Party Web App Builder](https://docs.datalinks.com/how-to/connect-app-builder.md): Learn how to connect DataLinks to your preferred web app builder. - [How To Create a New Dataset](https://docs.datalinks.com/how-to/create-dataset.md): Create a new dataset using the DataLinks web platform or API. - [How To Create a New Namespace](https://docs.datalinks.com/how-to/create-namespace.md) - [How to Get a DataLinks API Token](https://docs.datalinks.com/how-to/get-api-token.md): Connect third-party applications to DataLinks using a token. - [How To View and Manage Connections](https://docs.datalinks.com/how-to/manage-connections.md) - [How To Query Your Data](https://docs.datalinks.com/how-to/query-data.md) - [How to Use AutoRAG to query data](https://docs.datalinks.com/how-to/use-autorag.md) - [DataLinks Docs and API/SDK Resources](https://docs.datalinks.com/index.md): Access the tools and guides you need to build and explore connected data using DataLinks. - [How to Connect Claude Desktop to the DataLinks MCP Server](https://docs.datalinks.com/mcp/claude-desktop.md): Learn how to connect to the DataLinks server using Claude Desktop. - [DataLinks Docs MCP Server](https://docs.datalinks.com/mcp/docs-mcp.md): Access the DataLinks docs via MCP as well as the AP - [How to Connect to the DataLinks MCP Server (General Guide)](https://docs.datalinks.com/mcp/general-mcp.md): General instructions on how to connect to the DataLinks MCP server - [Components](https://docs.datalinks.com/pythonsdk/components.md): Core building blocks of the DataLinks Python SDK. - [Reference](https://docs.datalinks.com/pythonsdk/datalinks.md) - [Examples](https://docs.datalinks.com/pythonsdk/examples.md): End-to-end examples demonstrating common DataLinks SDK usage patterns. - [Overview](https://docs.datalinks.com/pythonsdk/index.md): Simplify data ingestion and querying with DataLinks' internal tool. - [Modules](https://docs.datalinks.com/pythonsdk/modules.md) - [Installation](https://docs.datalinks.com/pythonsdk/sdk-install.md): Install the DataLinks Python SDK using pip or uv. - [SDK QuickStart](https://docs.datalinks.com/pythonsdk/sdk-quickstart.md): Get started with SDK with a few simple steps. - [AI Inference](https://docs.datalinks.com/reference/ai_inference.md) - [Automodeler](https://docs.datalinks.com/reference/automodeler.md) - [Query Language](https://docs.datalinks.com/reference/query_commands.md) - [Understanding the UI: Home Page](https://docs.datalinks.com/ui/home.md): Move between tasks quickly, review your recent activity, and navigate to other areas of the platform - [Understanding the UI: Create a New Dataset](https://docs.datalinks.com/ui/new-dataset.md): The Create a new dataset window defines the properties of your new dataset - [Understanding the UI: Connections Overview](https://docs.datalinks.com/ui/ontology-explorer.md): View and manage connections at the namespace level. - [Understanding the UI: Settings](https://docs.datalinks.com/ui/settings.md): Find your official DataLinks username and generate API tokens. ## OpenAPI Specs - [openapi](https://docs.datalinks.com/api-reference/openapi.yml)