# List all automations

Endpoint: GET /organizations/{organizationId}/automations
Version: 1.0.33
Security: bearerAuth

## Path parameters:

  - `organizationId` (string, required)
    Organization ID of the member accessing the resource

## Response 200 fields (application/json):

  - `items` (array, required)

  - `items.id` (integer, required)
    Example: 1234

  - `items.name` (string, required)
    Example: High value account at risk

  - `items.deactivatedDate` (string, required)

  - `totalCount` (number, required)

