---
title: "Get event"
method: GET
path: "/self/events/{id}"
tags: ["Events"]
---

# Get event

`GET /self/events/{id}`

## Path parameters

- `id` string, required

## Response `200`

Successful

- Event[]
  - `accountId` integer, required — Unique identifier of the account
  - `answerTime` string, date — Time to answer the event
  - `callerId` string — Remote caller ID
  - `direction` 'INBOUND' | 'OUTBOUND', required — Direction of the event
  - `duration` integer — Duration of the call in milliseconds
  - `endTime` string, date — End time of the event
  - `externalId` string — External identifier of the event
  - `id` integer, required — Unique identifier of the event
  - `phoneNumber` string, required — Unique identifier of the account
  - `smsData` string
  - `startTime` string, date, required — Start time of the event
  - `state` 'INITIALIZING' | 'RINGING' | 'ACTIVE' | 'HELD' | 'REMOTE_HELD' | 'DETACHED' | 'REJECTED' | 'CANCELLED' | 'ANSWERED' | 'MISSED', required — Status of the event
  - `type` 'CALL', required — Record type
  - `uciId` integer, required — Unique identifier of communications provider
  - `userId` integer, required — Unique identifier of the user

## Other responses

- `400` — Bad Request: The client should not repeat the request without modifications
- `401` — Unauthorized: Invalid access token
- `403` — Forbidden: The user has no rights to access the resource(s)
- `408` — Timeout: The client may repeat the request without modifications
- `422` — Validation Error
- `500` — Internal Server Error
- `502` — Bad Gateway

---

[API](https://skmtc.net/vonage/apis/vgis.md) · [All operations](https://skmtc.net/vonage/apis/vgis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vonage/vgis/versions/343ef79f45ec/schema)
