Comprehensive API reference for workspace actions including CRUD operations, instances, and different scope levels
Actions
For detailed information about actions, see the Actions documentation.
API Operations
| Operation | Method | Endpoint | Description |
|---|---|---|---|
| List all actions | GET | /actions | Retrieve all workspace actions |
| Get action by ID | GET | /actions/{selector} | Get specific action details |
| Create a new action | POST | /actions | Create a new workspace action |
| Replace action | PUT | /actions/{selector} | Replace action configuration |
| Patch action | PATCH | /actions/{selector} | Update action partially |
| Clone action | POST | /actions/{selector}/clone | Clone an existing action |
| Run action | POST | /actions/{selector}/run | Execute an action |
| Reset action | POST | /actions/{selector}/reset | Reset action to default state |
| Export action | GET | /actions/{selector}/export | Export action configuration |
| Get action dependencies | GET | /actions/{selector}/dependencies | Get action dependencies |
| Restore action | POST | /actions/{selector}/restore | Restore archived action |
| Refresh actions | POST | /actions/refresh | Refresh action definitions |
| Archive action | DELETE | /actions/{selector} | Archive an action |
