---
title: "List voice log events"
method: GET
path: "/api/voice/logs/{id}/events"
tags: ["Voice Logs"]
---

# List voice log events

`GET /api/voice/logs/{id}/events`

Returns the recorded event timeline for one historical voice log. Use it to troubleshoot the sequence of events for a known call segment; use [Get voice log](/docs/apis/rest/voice-logs/get-voice-log) for the log summary. This endpoint reports history and does not subscribe to or control live call events.

#### Permissions

The API token used to authenticate must have the following scope(s) enabled to make a successful request: _Voice_.

[Learn more about API scopes](/docs/platform/your-signalwire-api-space).

## Path parameters

- `id` string, uuid, required — Universal Unique Identifier.

## Response `200`

The request has succeeded.

- VoiceLogEventsListResponse — Response model for log events list endpoint
  - `data` VoiceLogEvent[], required — Array of event entries for the log
    - `event_at` string, date-time, required — Timestamp when the event occurred.
    - `level` 'info' | 'warn' | 'error' | 'debug', required — Log level of the event.
    - `name` string, required — Name of the event.
    - `details` object, required — Additional details about the event. Structure varies by event type.
    - `project_id` string, uuid, required — Universal Unique Identifier.
    - `log_id` string, uuid, required — Universal Unique Identifier.

## Other responses

- `400` — The request is invalid.
- `401` — Access is unauthorized.
- `404` — The server cannot find the requested resource.
- `422` — The request contains invalid parameters. See errors for details.
- `500` — An internal server error occurred.

---

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