---
title: "GET /v1/automation/{automation_id}/"
method: GET
path: "/v1/automation/{automation_id}/"
tags: ["automation"]
---

# GET /v1/automation/{automation_id}/

`GET /v1/automation/{automation_id}/`

## Path parameters

- `automation_id` integer, required

## Response `200`

- AutomationRetrieve
  - `id` integer, required
  - `type` 'CI' | 'SN', required — * `CI` - 의뢰 자동 생성 * `SN` - 알림 보내기
  - `isAvailable` boolean, required
  - `trigger` AutomationTriggerAction, required
    - `id` integer, required
    - `name` string, required
    - `runType` 'TS' | 'PICCC', required — * `TS` - typeform 제출 시 * `PICCC` - pluuug 의뢰 고객 자동 생성 & 연결
    - `platform` AutomationPlatform, required
      - `id` integer, required
      - `name` string, required
      - `icon` string, uri, required
  - `action` AutomationTriggerAction, required
    - `id` integer, required
    - `name` string, required
    - `runType` 'TS' | 'PICCC', required — * `TS` - typeform 제출 시 * `PICCC` - pluuug 의뢰 고객 자동 생성 & 연결
    - `platform` AutomationPlatform, required
      - `id` integer, required
      - `name` string, required
      - `icon` string, uri, required
  - `sectionSet` AutomationSectionForRetrieve[], required
    - `title` string, required
    - `description` string, required
    - `isNextSectionUnlocked` boolean, required
    - `fieldSet` AutomationFieldForRetrieve[], required
      - `id` integer, required
      - `name` string, required
      - `type` 'str' | 'int' | 'float' | 'bool' | 'date' | 'datetime' | 'time' | 'text' | 'json', required — * `str` - string * `int` - integer * `float` - float * `bool` - boolean * `date` - date * `datetime` - datetime * `time` - time * `text` - text * `json` - json
      - `inputType` 'text' | 'dropdown' | 'social_login', required — * `text` - text * `dropdown` - dropdown * `social_login` - social_login
      - `description` string, required
      - `isRequired` boolean, required
      - `platform` AutomationPlatformForRetrieve, required
        - `id` integer, required
        - `name` string, required
      - `apiSet` AutomationFieldAPIForRetrieve[], required
        - `url` string, required
        - `method` 'POST' | 'GET' | 'PUT' | 'PATCH' | 'DELETE', required — * `POST` - POST * `GET` - GET * `PUT` - PUT * `PATCH` - PATCH * `DELETE` - DELETE
        - `isAuthenticationRequired` boolean, required
        - `authenticationMethod` string, required
        - `bodySet` AutomationFieldAPIBodyForRetrieve[], required
          - `name` string, required
          - `type` 'str' | 'int' | 'float' | 'bool' | 'date' | 'datetime' | 'time' | 'text' | 'json', required — * `str` - string * `int` - integer * `float` - float * `bool` - boolean * `date` - date * `datetime` - datetime * `time` - time * `text` - text * `json` - json
          - `isRequired` boolean, required
        - `queryParamSet` AutomationFieldAPIQueryParamForRetrieve[], required
          - `name` string, required
          - `type` 'str' | 'int' | 'float' | 'bool' | 'date' | 'datetime' | 'time' | 'text' | 'json', required — * `str` - string * `int` - integer * `float` - float * `bool` - boolean * `date` - date * `datetime` - datetime * `time` - time * `text` - text * `json` - json

---

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