---
title: "List release orders"
method: GET
path: "/release-orders"
tags: ["release-orders"]
---

# List release orders

`GET /release-orders`

## Query parameters

- `application_id` string
- `keyword` string
- `triggered_by` string
- `env_code` string
- `operation_type` string
- `status` string
- `trigger_type` string
- `created_at_from` string
- `created_at_to` string
- `page` integer
- `page_size` integer

## Response `200`

OK

- InternalInterfacesHttpReleaseOrderListResponse
  - `data` InternalInterfacesHttpReleaseOrderResponse[]
    - `application_id` string
    - `application_name` string
    - `approval_approver_ids` string[]
    - `approval_approver_names` string[]
    - `approval_mode` string
    - `approval_required` boolean
    - `approved_at` string
    - `approved_by` string
    - `binding_id` string
    - `business_status` string
    - `cd_provider` string
    - `concurrent_batch_no` string
    - `concurrent_batch_seq` integer
    - `created_at` string
    - `creator_user_id` string
    - `env_code` string
    - `finished_at` string
    - `git_ref` string
    - `has_cd_execution` boolean
    - `has_ci_execution` boolean
    - `id` string
    - `image_tag` string
    - `is_concurrent` boolean
    - `live_state_can_confirm` boolean
    - `live_state_confirmed_at` string
    - `live_state_confirmed_by` string
    - `live_state_is_current` boolean
    - `live_state_status` string
    - `operation_type` string
    - `order_no` string
    - `pipeline_id` string
    - `previous_order_no` string
    - `project_name` string
    - `queue_position` integer
    - `queued_reason` string
    - `rejected_at` string
    - `rejected_by` string
    - `rejected_reason` string
    - `remark` string
    - `source_order_id` string
    - `source_order_no` string
    - `started_at` string
    - `status` string
    - `template_id` string
    - `template_name` string
    - `trigger_type` string
    - `triggered_by` string
    - `updated_at` string
  - `page` integer
  - `page_size` integer
  - `total` integer

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

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