> ## Documentation Index
> Fetch the complete documentation index at: https://docs.uniblock.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Other: Direct API: Dune

> Dune endpoints and compute-unit rates for Other: Direct API.

[← Back to Other: Direct API](/reference/direct-api/categories/direct-api-other)

### DELETE

| Path                                                                                                         | Est. CU | Description               |
| ------------------------------------------------------------------------------------------------------------ | ------: | ------------------------- |
| [direct/v1/Dune/v1/uploads/{namespace}<br />/{table_name}](https://docs.dune.com/api-reference/api-overview) |     100 | Delete an uploaded table. |

### GET

| Path                                                                                                                            | Est. CU | Description                    |
| ------------------------------------------------------------------------------------------------------------------------------- | ------: | ------------------------------ |
| [direct/v1/Dune/v1/pipelines/executions<br />/{pipeline_execution_id}/status](https://docs.dune.com/api-reference/api-overview) |     100 | Get pipeline execution status. |

### PATCH

| Path                                                                                                 | Est. CU | Description           |
| ---------------------------------------------------------------------------------------------------- | ------: | --------------------- |
| [direct/v1/Dune/v1/query/{query_id}/archive](https://docs.dune.com/api-reference/queries/endpoint)   |     100 | Archive a query.      |
| [direct/v1/Dune/v1/query/{query_id}/private](https://docs.dune.com/api-reference/queries/endpoint)   |     100 | Make a query private. |
| [direct/v1/Dune/v1/query/{query_id}/unprivate](https://docs.dune.com/api-reference/queries/endpoint) |     100 | Make a query public.  |
| [direct/v1/Dune/v1/query/{query_id}/unarchive](https://docs.dune.com/api-reference/queries/endpoint) |     100 | Unarchive a query.    |

### POST

| Path                                                                                    | Est. CU | Description         |
| --------------------------------------------------------------------------------------- | ------: | ------------------- |
| [direct/v1/Dune/v1/pipelines/execute](https://docs.dune.com/api-reference/api-overview) |     100 | Execute a pipeline. |
