# Target executions

Learn how to list, run, inspect, cancel, and read logs for target executions in Buddy.

## Contents

- [List target executions](/docs/api/targets/execs/list.md) - List recent executions for the target (most recent first).
- [Execute command](/docs/api/targets/execs/create.md) - Execute a command against the target. The command kind is determined by the target type; currently supports MySQL targets only (`command` carries the SQL).
- [Get target execution](/docs/api/targets/execs/get.md) - Get the status of a single execution.
- [Get target execution log](/docs/api/targets/execs/log.md) - Get a slice of the execution log.
- [Cancel target execution](/docs/api/targets/execs/delete.md) - Cancel a running execution. No-op on terminal-state executions.

---
Original source: https://buddy.works/docs/api/targets/execs