---
title: "Get a list of automations"
method: GET
path: "/automations"
tags: ["Automations"]
---

# Get a list of automations

`GET /automations`

## Query parameters

- `trigger_type` 'webhook_trigger' | 'hubspot_contractbook_automation_triggered' | 'hubspot_deal_stage_changed' | 'contract_signed' | 'contract_verified_ai' | 'contract_viewed' | 'data_field_date_reached' | 'data_field_updated' | 'draft_created' | 'draft_updated' | 'drafter_questionnaire_completed' | 'sent_for_signature' | 'task_due_date_reached' | 'task_is_done' | 'pipedrive_deal_stage_changed' | 'salesforce_flow_executed' | 'salesforce_opportunity_stage_changed', required
- `trigger_filter` object
  - `object_type` string
  - `record_type_id` string

## Response `200`

List of automations

- AutomationIndexResponse — A list of automations
  - `automations` object[]
    - `id` string, uuid — Automation ID
    - `inserted_at` string, date-time — Date and time when the automation was created
    - `name` string — Automation Name
    - `published` boolean — Is automation published?
    - `updated_at` string, date-time — Date and time when the automation was las updated

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable request

---

[API](https://skmtc.net/contractbook/apis/contractbook-api.md) · [All operations](https://skmtc.net/contractbook/apis/contractbook-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/contractbook/contractbook-api/revisions/ae9d64e51a99/schema)
