Get Segment Reverse ETL sync status
yaml
type: "io.kestra.plugin.segment.reverseetl.Status"Examples
yaml
id: get_sync_status
namespace: company.team
tasks:
- id: get_sync_status
type: io.kestra.plugin.segment.reverseetl.Status
token: "{{ secret('SEGMENT_TOKEN') }}"
modelId: model_id
syncId: sync_id
Properties
modelId *Requiredstring
syncId *Requiredstring
token *Requiredstring
Segment API token
uri string
Default
https://api.segmentapis.comSegment API URL
Outputs
status ReverseEtlSyncStatus
Sync status response