latestOpenAPI 3.0.02026-08-137192110.1 KB

75294f591cc2

ELT Syncs

Get available streams for ELT sync

List all streams that can be created for the given ELT sync.

get/elt_syncs/{id}/available_source_streams

Path parameters

idstring required
Example:X4ughggABSd3UY

The ID of the ELT sync.

Response

has_moreboolean required

Indicates whether there are more items to be fetched in the subsequent pages.

next_cursorstring

The cursor to use in pagination. Use this value as starting_after to get the next page.

Example response

{
  "has_more": true,
  "next_cursor": "VeN1GjhVIq1D9h",
  "data": [
    {
      "name": "users",
      "sub_streams": [
        "user_address"
      ]
    }
  ]
}