v1

latestOpenAPI 3.1.02026-07-22133579505.8 KB
Transfers

Create transfer

Enqueue a transfer to specified destination.

post/destinations/{destination_id}/transfer

Path parameters

destination_idstring required

Destination ID.

Request body

full_refreshboolean

When true: runs a full refresh from the start of the recipient's configured transfer window. When false: runs incrementally from the last successful transfer.

is_debug_modeboolean

Enables debug-level logging for the transfer run.

modelsstring[]

Specifies models to run. If unspecified or left empty all models will be run.

start_transfer_window_atstring date-time

All rows transferred will have a last_updated_at value greater than or equal to this value. If omitted the Unix epoch will be used. Timestamps should be represented in RFC3339 format.

end_transfer_window_atstring date-time

All rows transferred will have a last_updated_at value less than this value. If omitted the current time will be used. Timestamps should be represented in RFC3339 format.

tagsobject

Tags to apply to the transfer. Tags are key-value pairs where keys and values must contain only alphanumeric characters and underscores/hyphens.

Response

OK

status'success' required
messagestring required