---
title: "List Logs"
method: GET
path: "/ingest/api/v1/source/{source_id}/log"
tags: ["Ingest Logs"]
---

# List Logs

`GET /ingest/api/v1/source/{source_id}/log`

List of all the source's ingest logs.

## Path parameters

- `source_id` string, required — The Source's ID or UID.

## Query parameters

- `limit` integer — Limit the number of returned items
- `iterator` string, nullable — The iterator returned from a prior invocation
- `order` 'ascending' | 'descending' — Defines the ordering in a listing of results.

## Response `200`

- ListResponseIngestLogOut
  - `data` IngestLogOut[], required
    - `id` string, required — The ErrorLog's ID.
    - `source_id` string, required — The Source's ID.
    - `status_code` integer, required
    - `error_text` string, required
    - `headers` object, required
    - `payload` string, required
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
  - `iterator` string, nullable, required
  - `prevIterator` string, nullable
  - `done` boolean, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `422` — Validation Error
- `429` — Too Many Requests

---

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