v2
latestOpenAPI 3.1.02026-07-312303692.4 MBIngest Source
List Ingest Sources
List of all the organization's Ingest Sources.
get/ingest/api/v1/source
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:src_2yZwUhtgs5Ai8T9yRQJXA
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
Example response
{
"data": [
{
"id": "src_2yZwUhtgs5Ai8T9yRQJXA",
"uid": "unique-identifier"
}
],
"iterator": "iterator",
"prevIterator": "-iterator"
}