# Get an action manifest

Retrieve Action manifest of a specific action by its ID

Endpoint: GET /gateway/chaos/manager/api/rest/actions/manifest/{identity}
Version: 1.0
Security: x-api-key

## Query parameters:

  - `accountIdentifier` (string, required)
    Account ID for accessing the resource

  - `organizationIdentifier` (string, required)
    Organization ID for accessing the resource

  - `projectIdentifier` (string, required)
    Project ID for accessing the resource

## Path parameters:

  - `identity` (string, required)
    ID of the Action to retrieve

## Response 400 fields (application/json):

  - `code` (string)
    Enum: "PIPELINE_NOT_FOUND"

  - `description` (string)

  - `message` (string)


