GET/v1/4bridge/tasks

Get 4bridge tasks

Not yet documented — no summary in the API source.

RequiresAuthorization: Bearer sk_...tenant_id

Query parameters

integrationIdstring

Responses

array of objectTaskResponse
idstringnullable
integrationIdstringnullable
namestringnullable
sourceObjectstringnullable
targetObjectstringnullable
actionstringnullable
matchFieldstringnullable
scheduleTypestringnullable
cronExpressionstringnullable
startDatestring (date-time)nullable
isEnabledboolean
statusstringnullable
debugModeboolean
retryAttemptsinteger (int32)
chunkSizeinteger (int32)
lastRunAtstring (date-time)nullable
nextRunAtstring (date-time)nullable
fieldMappingsarray of objectFieldMappingDtonullable
sourceFieldstringnullable
targetFieldstringnullable
dest_fieldstringnullable
source_fieldstringnullable
sourceConfigobjectnullable
{key}stringnullable
webhookEndpointobjectWebhookEndpointResponse
idstringnullable
task_idstringnullable
endpoint_urlstringnullable
source_systemstringnullable
is_activeboolean
last_triggered_atstring (date-time)nullable
trigger_countinteger (int32)
created_atstring (date-time)
dependsOnTaskIdstringnullable
dependsOnTaskNamestringnullable
deleteFromSourceListboolean
createdAtstring (date-time)
updatedAtstring (date-time)
curl --request GET \
  --url 'https://api.4comply.io/v1/4bridge/tasks' \
  --header 'Authorization: Bearer sk_...' \
  --header 'tenant_id: your-tenant-id'