GET/v1/4bridge/execution-logs

Get 4bridge execution logs

Not yet documented — no summary in the API source.

RequiresAuthorization: Bearer sk_...tenant_id

Query parameters

taskIdstring
statusstring
fromstring (date-time)
tostring (date-time)
limitinteger (int32)default 100

Responses

array of objectExecutionLogResponse
idstringnullable
task_idstringnullable
task_namestringnullable
triggered_bystringnullable
started_atstring (date-time)nullable
completed_atstring (date-time)nullable
statusstringnullable
total_chunksinteger (int32)
chunks_completedinteger (int32)
chunks_failedinteger (int32)
records_processedinteger (int32)
records_succeededinteger (int32)
records_failedinteger (int32)
error_messagestringnullable
stepsarray of objectExecutionStepDtonullable
stepstringnullable
started_atstring (date-time)
duration_msinteger (int32)
statusstringnullable
records_countinteger (int32)nullable
records_ininteger (int32)nullable
records_outinteger (int32)nullable
succeededinteger (int32)nullable
failedinteger (int32)nullable
source_samplefree-form JSONnullable

Any JSON value. Not validated against a schema.

dest_samplefree-form JSONnullable

Any JSON value. Not validated against a schema.

error_detailsfree-form JSONnullable

Any JSON value. Not validated against a schema.

debug_modeboolean
created_atstring (date-time)
detailsarray of objectExecutionLogDetailResponsenullable
idstringnullable
chunk_numberinteger (int32)
source_record_idstringnullable
dest_record_idstringnullable
statusstringnullable
error_codestringnullable
error_messagestringnullable
created_atstring (date-time)
curl --request GET \
  --url 'https://api.4comply.io/v1/4bridge/execution-logs' \
  --header 'Authorization: Bearer sk_...' \
  --header 'tenant_id: your-tenant-id'