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
Example response
{
"has_more": true,
"next_cursor": "VeN1GjhVIq1D9h",
"data": [
{
"name": "users",
"sub_streams": [
"user_address"
]
}
]
}