# Action Sets

APIs for managing Action Sets

 - [GET /v3/action-sets](https://api-docs.observepoint.com/openapi/data-collection-api.openapi/action-sets/getactionsets.md): <div class="op-path-box"><span class="op-http-method-get">GET</span> /v3/action-sets</div> Retrieve all action sets in the account
 - [POST /v3/action-sets](https://api-docs.observepoint.com/openapi/data-collection-api.openapi/action-sets/createactionset.md): <div class="op-path-box"><span class="op-http-method-post">POST</span> /v3/action-sets</div> Create a new action set
 - [GET /v3/action-sets/{actionSetId}](https://api-docs.observepoint.com/openapi/data-collection-api.openapi/action-sets/getactionset.md): <div class="op-path-box"><span class="op-http-method-get">GET</span> /v3/action-sets/<span class="op-path-parameter">{actionSetId}</span></div> Retrieve a specific action set by its ID
 - [PUT /v3/action-sets/{actionSetId}](https://api-docs.observepoint.com/openapi/data-collection-api.openapi/action-sets/updateactionset.md): <div class="op-path-box"><span class="op-http-method-put">PUT</span> /v3/action-sets/<span class="op-path-parameter">{actionSetId}</span></div> Update an existing action set
 - [DELETE /v3/action-sets/{actionSetId}](https://api-docs.observepoint.com/openapi/data-collection-api.openapi/action-sets/deleteactionset.md): <div class="op-path-box"><span class="op-http-method-delete">DELETE</span> /v3/action-sets/<span class="op-path-parameter">{actionSetId}</span></div> Delete an existing action set
