
<!-- BEGIN overcast:capabilities -->

# Athena operations

All 11 listed operations are implemented. Back to [Athena](/docs/services/athena/index.md).

## Summary

| Category   | ✅ Supported |
| --- | --- |
| Queries | 4 |
| WorkGroups | 4 |
| Tags | 3 |

---

## Endpoints

### Queries

| Operation             | Status       | Notes                                    | AWS Docs                                                                                    |
| --- | --- | --- | --- |
| `StartQueryExecution` | ✅ Supported | Starts a query; immediately succeeds | [docs](https://docs.aws.amazon.com/athena/latest/APIReference/API_StartQueryExecution.html) |
| `GetQueryExecution` | ✅ Supported | Returns query execution details | [docs](https://docs.aws.amazon.com/athena/latest/APIReference/API_GetQueryExecution.html) |
| `GetQueryResults` | ✅ Supported | Returns query results (empty result set) | [docs](https://docs.aws.amazon.com/athena/latest/APIReference/API_GetQueryResults.html) |
| `ListQueryExecutions` | ✅ Supported | Lists all query execution IDs | [docs](https://docs.aws.amazon.com/athena/latest/APIReference/API_ListQueryExecutions.html) |

### WorkGroups

| Operation         | Status       | Notes                     | AWS Docs                                                                                |
| --- | --- | --- | --- |
| `CreateWorkGroup` | ✅ Supported | Creates a workgroup | [docs](https://docs.aws.amazon.com/athena/latest/APIReference/API_CreateWorkGroup.html) |
| `GetWorkGroup` | ✅ Supported | Returns workgroup details | [docs](https://docs.aws.amazon.com/athena/latest/APIReference/API_GetWorkGroup.html) |
| `ListWorkGroups` | ✅ Supported | Lists all workgroups | [docs](https://docs.aws.amazon.com/athena/latest/APIReference/API_ListWorkGroups.html) |
| `DeleteWorkGroup` | ✅ Supported | Deletes a workgroup | [docs](https://docs.aws.amazon.com/athena/latest/APIReference/API_DeleteWorkGroup.html) |

### Tags

| Operation             | Status       | Notes                             | AWS Docs                                                                                    |
| --- | --- | --- | --- |
| `TagResource` | ✅ Supported | Adds/updates tags on a workgroup | [docs](https://docs.aws.amazon.com/athena/latest/APIReference/API_TagResource.html) |
| `UntagResource` | ✅ Supported | Removes tag keys from a workgroup | [docs](https://docs.aws.amazon.com/athena/latest/APIReference/API_UntagResource.html) |
| `ListTagsForResource` | ✅ Supported | Lists tags on a workgroup | [docs](https://docs.aws.amazon.com/athena/latest/APIReference/API_ListTagsForResource.html) |

## Related

- [Athena](/docs/services/athena/index.md) — quick start, what works, and the differences from AWS
- [All service pages](/docs/services/index.md)

<!-- END overcast:capabilities -->
