---
title: "GET /v1.5.0/events/{eventIdHash}/orders"
method: GET
path: "/v1.5.0/events/{eventIdHash}/orders"
tags: ["Orders"]
---

# GET /v1.5.0/events/{eventIdHash}/orders

`GET /v1.5.0/events/{eventIdHash}/orders`

## Path parameters

- `eventIdHash` string, required

## Query parameters

- `timezone` string — Timezone IANA aplicada às datas de entrada/saída. Padrão: America/Sao_Paulo.
- `from` string, date-time — Data/hora inicial (ISO-8601 local na timezone informada).
- `to` string, date-time — Data/hora final (ISO-8601 local na timezone informada).
- `fields` string[] — Campos a retornar, separados por vírgula (snake_case). Disponíveis: id, event_id, order_date, order_status, updated_date, approved_date, discount_code, transaction_type, order_total_sale_price, order_total_net_value, buyer_first_name, buyer_last_name, buyer_email, presentation_id, invoice_info, utm.
- `cancelled_filter` string
- `status` string
- `buyer_email` string
- `page_size` integer
- `page` integer
- `field_sort` string
- `sort` string

## Response `200`

OK

- LegacyPageApiResponseListOrderResponseDTO
  - `data` OrderResponseDTO[], required
    - `approved_date` string, date-time
    - `buyer_email` string
    - `buyer_first_name` string
    - `buyer_last_name` string
    - `discount_code` string
    - `event_id` string
    - `id` string
    - `invoice_info` InvoiceInfoResponseDTO
      - `address_city` string
      - `address_neighborhood` string
      - `address_state` string
      - `address_street` string
      - `address_street2` string
      - `address_street_number` string
      - `address_zip_code` string
      - `client_name` string
      - `doc_number` string
      - `doc_type` string
    - `order_date` string, date-time
    - `order_status` string
    - `order_total_net_value` number
    - `order_total_sale_price` number
    - `presentation_id` integer
    - `transaction_type` string
    - `updated_date` string, date-time
    - `utm` UtmResponseDTO
      - `referrer` string
      - `user_agent` string
      - `utm_campaign` string
      - `utm_content` string
      - `utm_medium` string
      - `utm_source` string
      - `utm_term` string
  - `pagination` LegacyPagePaginationResponseDTO, required
    - `has_next` boolean, required
    - `has_prev` boolean, required
    - `offset` integer, required
    - `page` integer, required
    - `page_size` integer, required
    - `quantity` integer, required
    - `total_page` integer
    - `total_records` integer
  - `sort` SortResponseDTO — Informações de ordenação
    - `field_sort` string, required
    - `sort` string, required

## Other responses

- `204` — No Content
- `400` — Bad Request
- `404` — Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

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