v2

latestOpenAPI 3.1.02026-07-312303692.4 MB
Ingest Logs

List Logs

List of all the source's ingest logs.

get/ingest/api/v1/source/{source_id}/log

Path parameters

source_idstring required

The Source's ID or UID.

Example:unique-identifier

The Source's ID or UID.

Query parameters

limitinteger

Limit the number of returned items

Limit the number of returned items

iteratorstring nullable

The iterator returned from a prior invocation

Example:log2yZwUhtgs5Ai8T9yRQJXA

The iterator returned from a prior invocation

order'ascending' | 'descending'

Defines the ordering in a listing of results.

The sorting order of the returned items

Response

iteratorstring nullable required
prevIteratorstring nullable
doneboolean required

Example response

{
  "data": [
    {
      "id": "log2yZwUhtgs5Ai8T9yRQJXA",
      "source_id": "src_2yZwUhtgs5Ai8T9yRQJXA"
    }
  ],
  "iterator": "iterator",
  "prevIterator": "-iterator"
}