latestOpenAPI 3.0.02026-08-137192110.1 KB
75294f591cc2
ELT Streams
List ELT Streams
List all ELT Streams in pages sorted by their creation date.
get/elt_streams
Query parameters
elt_sync_idstring
The Id of the ELT Sync that the stream belongs to.
starting_afterstring
Example:ewK8sDoLNI4CFR
The cursor to use in pagination. Use the value of the next_cursor field from the response of a previous list request.
limitinteger
The number of items to return in a single page.
Response
Example response
{
"has_more": true,
"next_cursor": "VeN1GjhVIq1D9h",
"data": [
{
"id": "SCTVdLAcyDTgNx",
"elt_sync_id": "3LIw2FdxoByya9",
"name": "users",
"incremental_primary_key_name": [
"id"
],
"incremental_pointer_id": "updated_at",
"created_at": "2020-01-01T00:00:00.000Z",
"updated_at": "2020-01-01T00:00:00.000Z",
"excluded_substreams": [
"substream1",
"substream2"
],
"sync_interval": "0 0 * * *"
}
]
}