GET
/v1/4bridge/execution-logsGet 4bridge execution logs
Not yet documented — no summary in the API source.
Requires
Authorization: Bearer sk_...tenant_idQuery parameters
taskIdstringstatusstringfromstring (date-time)tostring (date-time)limitinteger (int32)default 100Responses
array of objectExecutionLogResponse
idstringnullabletask_idstringnullabletask_namestringnullabletriggered_bystringnullablestarted_atstring (date-time)nullablecompleted_atstring (date-time)nullablestatusstringnullabletotal_chunksinteger (int32)chunks_completedinteger (int32)chunks_failedinteger (int32)records_processedinteger (int32)records_succeededinteger (int32)records_failedinteger (int32)error_messagestringnullablestepstringnullablestarted_atstring (date-time)duration_msinteger (int32)statusstringnullablerecords_countinteger (int32)nullablerecords_ininteger (int32)nullablerecords_outinteger (int32)nullablesucceededinteger (int32)nullablefailedinteger (int32)nullablesource_samplefree-form JSONnullableAny JSON value. Not validated against a schema.
dest_samplefree-form JSONnullableAny JSON value. Not validated against a schema.
error_detailsfree-form JSONnullableAny JSON value. Not validated against a schema.
debug_modebooleancreated_atstring (date-time)idstringnullablechunk_numberinteger (int32)source_record_idstringnullabledest_record_idstringnullablestatusstringnullableerror_codestringnullableerror_messagestringnullablecreated_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'