# Actions

## List actions with filtering options

 - [GET /gateway/chaos/manager/api/rest/actions](https://apidocs.harness.io/actions/listactions.md): Retrieve a list of actions based on various filters like name, tags, date range, and infrastructure type, with pagination support.

## Create a new action

 - [POST /gateway/chaos/manager/api/rest/actions](https://apidocs.harness.io/actions/createaction.md): Create a new action

## Import a new action

 - [POST /gateway/chaos/manager/api/rest/actions/import](https://apidocs.harness.io/actions/importaction.md): Import a new action

## Get an action manifest

 - [GET /gateway/chaos/manager/api/rest/actions/manifest/{identity}](https://apidocs.harness.io/actions/getactionmanifest.md): Retrieve Action manifest of a specific action by its ID

## Get an action

 - [GET /gateway/chaos/manager/api/rest/actions/{identity}](https://apidocs.harness.io/actions/getaction.md): Retrieve details of a specific action by its ID

## Update an action

 - [PUT /gateway/chaos/manager/api/rest/actions/{identity}](https://apidocs.harness.io/actions/updateaction.md): Update an action with the specified configuration

## Delete an action

 - [DELETE /gateway/chaos/manager/api/rest/actions/{identity}](https://apidocs.harness.io/actions/deleteaction.md): Delete an action with a provided identifier

## List action metadata

 - [POST /gateway/chaos/manager/api/v3/actions/list-metadata](https://apidocs.harness.io/actions/listactionmetadata.md): List action metadata

