v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
Integrations > SyncRunOutput

Creates a Sync run output

Creates a Sync run output

post/api/2026-07-01/resources/integrations/sync_run_outputs

Response

CREATED

idstring required

Identifier of the sync run output

sync_run_idstring required

Identifier of the sync run this output belongs to

file_namestring required

Name of the uploaded file

created_atstring required

Timestamp when the sync run output was created

Example response

{
  "id": "1",
  "sync_run_id": "1",
  "file_name": "sync_output.csv",
  "created_at": "2024-01-20T18:05:45.000Z"
}