---
title: "List Events"
method: GET
path: "/events"
tags: ["events"]
---

# List Events

`GET /events`

## Query parameters

- `page` number
- `limit` number

## Response `200`

- EventResponse[]
  - `id_event` string, required — Unique identifier for the event
  - `id_connection` string, required — Connection ID associated with the event
  - `id_project` string, required — Project ID associated with the event
  - `type` 'crm.contact.created' | 'crm.contact.pulled' | 'crm.company.created' | 'crm.company.pulled' | 'crm.deal.created' | 'crm.deal.pulled' | 'crm.engagement.created' | 'crm.engagement.pulled' | 'crm.note.created' | 'crm.note.pulled' | 'crm.stage.pulled' | 'crm.task.pulled' | 'crm.task.created' | 'crm.user.pulled' | 'ticketing.ticket.created' | 'ticketing.ticket.pulled' | 'ticketing.comment.created' | 'ticketing.comment.pulled' | 'ticketing.attachment.created' | 'ticketing.attachment.pulled' | 'ticketing.collection.pulled' | 'ticketing.account.pulled' | 'ticketing.contact.pulled' | 'ticketing.tag.pulled' | 'ticketing.team.pulled' | 'ticketing.user.pulled' | 'ats.activity.created' | 'ats.activity.pulled' | 'ats.application.created' | 'ats.application.pulled' | 'ats.attachment.created' | 'ats.attachment.pulled' | 'ats.candidate.created' | 'ats.candidate.pulled' | 'ats.department.pulled' | 'ats.eecos.pulled' | 'ats.interview.created' | 'ats.interview.pulled' | 'ats.job.pulled' | 'ats.jobinterviewstage.pulled' | 'ats.offer.created' | 'ats.office.pulled' | 'ats.rejectreason.pulled' | 'ats.scorecard.pulled' | 'ats.tag.pulled' | 'ats.user.pulled' | 'filestorage.file.created' | 'filestorage.file.pulled' | 'filestorage.folder.created' | 'filestorage.folder.pulled' | 'filestorage.group.pulled' | 'filestorage.user.pulled' | 'filestorage.drive.pulled' | 'filestorage.permission.pulled' | 'filestorage.sharedlink.pulled' | 'connection.created', required — Scope of the event
  - `status` 'success' | 'fail', required — Status of the event
  - `direction` string, required — Direction of the event
  - `method` 'GET' | 'POST' | 'PUT' | 'DELETE', required — HTTP method used for the event
  - `url` string, required — URL associated with the event
  - `provider` string, required — Provider associated with the event
  - `timestamp` string, date-time, required — Timestamp of the event
  - `id_linked_user` string, required — Linked user ID associated with the event

---

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