curl --request POST \
--url https://api.streamkap.com/sources/stop_incremental_snapshot \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"source_id": "<string>",
"topic_names": [
"<string>"
],
"additional_conditions": [
{
"data_collection": "<string>",
"filter": "<string>"
}
],
"surrogate_key": "<string>"
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}curl --request POST \
--url https://api.streamkap.com/sources/stop_incremental_snapshot \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"source_id": "<string>",
"topic_names": [
"<string>"
],
"additional_conditions": [
{
"data_collection": "<string>",
"filter": "<string>"
}
],
"surrogate_key": "<string>"
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Execute Snapshot Body
Show child attributes
Column name to use as surrogate primary key for all tables during snapshot chunking. Useful for tables without primary keys or when a more efficient column exists for chunking.
Successful Response
Was this page helpful?