---
title: "GET /public_api/webhook/event_history/"
method: GET
path: "/public_api/webhook/event_history/"
tags: ["webhook"]
---

# GET /public_api/webhook/event_history/

`GET /public_api/webhook/event_history/`

API for listing event history, inherits from AppHistoryEventsAPI
and customize schema generation settings.

## Query parameters

- `limit` integer
- `page` integer

## Response `200`

Corpo da resposta status 200

- PaginatedWebhookEventHistorySchemaList
  - `count` integer
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` WebhookEventHistorySchema[]
    - `id` integer, required — Id do histórico do evento
    - `app` App, required
      - `id` integer, required
      - `status` 'active' | 'disabled' | 'waiting_config' — * `active` - Ativo * `disabled` - Desativado * `waiting_config` - Aguardando Configuração
      - `name` string, required — Nome do app
      - `url` string, uri, nullable — URL de destino, onde os eventos serão enviados
      - `products` string[] — Produtos que utilizam este app
      - `events` integer[] — Eventos que ativam este app
      - `fields` unknown
    - `url` string, uri, nullable — URL de destino em que o evento foi enviado
    - `payload` unknown
    - `response` unknown
    - `event_id` 'initiate_checkout' | 'checkout_abandonment' | 'purchase_approved' | 'purchase_refused' | 'pix_gerado' | 'boleto_gerado' | 'picpay_gerado' | 'openfinance_nubank_gerado' | 'chargeback' | 'refund' | 'subscription_created' | 'subscription_canceled' | 'subscription_renewed' | 'subscription_renewal_refused', required — * `initiate_checkout` - Inicio de Checkout * `checkout_abandonment` - Abandono de Checkout * `purchase_approved` - Compra aprovada * `purchase_refused` - Compra recusada * `pix_gerado` - Pix gerado * `boleto_gerado` - Boleto gerado * `picpay_gerado` - PicPay gerado * `openfinance_nubank_gerado` - Nubank gerado * `chargeback` - Chargeback * `refund` - Reembolso * `subscription_created` - Assinatura criada * `subscription_canceled` - Assinatura cancelada * `subscription_renewed` - Assinatura renovada * `subscription_renewal_refused` - Renovação de assinatura recusada
    - `event_name` 'Inicio de Checkout' | 'Abandono de Checkout' | 'Compra aprovada' | 'Compra recusada' | 'Pix gerado' | 'Boleto gerado' | 'PicPay gerado' | 'Nubank gerado' | 'Chargeback' | 'Reembolso' | 'Assinatura criada' | 'Assinatura cancelada' | 'Assinatura renovada' | 'Renovação de assinatura recusada', required
    - `event_status` integer, nullable — Status HTTP da resposta do evento
    - `response_time` integer, nullable — Tempo de resposta em milissegundos
    - `steps` unknown
    - `scheduledAt` string, date-time, nullable — Data e hora em que o evento foi enfileirado no RQ.
    - `dispatchedAt` string, date-time, nullable — Data e hora em que o request HTTP foi efetivamente disparado ao destino.
    - `sentAt` string, date-time — ⚠️ DEPRECATED: mantido por compatibilidade. Use scheduledAt/dispatchedAt.

## Other responses

- `401` — Request não autenticado devido à ausência ou invalidez do token.

---

[API](https://skmtc.dev/cakto/apis/cakto-api.md) · [All operations](https://skmtc.dev/cakto/apis/cakto-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cakto/cakto-api/revisions/cba77b0560b5/schema)
