2023-04-25
Search...
/
Log in
Book a demo
Getting started
Introduction
Obtaining API keys
Quickstart
Native clients
Concepts
Embedding authentication
Versioning
Idempotent requests
Events
Configuring your connections
CDC streaming from databases
Connection configurations
Code examples
Bulk sync (ELT) from HubSpot to PostgreSQL
Bulk sync (ELT) from Salesforce to S3
Bulk sync (ELT) from Salesforce to Snowflake
Model sync (Reverse ETL) from MongoDB to Salesforce
API Reference
Bulk Sync
Connections
Schemas
Models
Events
Jobs
Identity
Organization
Users
Permissions
Model Sync
GET
List Syncs
POST
Create Sync
GET
Get Sync Schedule Options
GET
Get Sync
DEL
Remove Sync
PATCH
Update Sync
POST
Activate Sync
POST
Start Sync
GET
Get Sync Status
Executions
GET
List Executions
GET
Get Execution
GET
Get Execution Log Urls
GET
Get Execution Log
Webhooks
Log in
Book a demo
API Reference
Model Sync
Executions
Get Execution Log
GET
https://app.polytomic.com
/
api
/
syncs
/
:sync_id
/
executions
/
:id
/
:type
/
:filename
Path parameters
sync_id
string
Required
id
string
Required
type
enum
Required
Show 6 enum values
filename
string
Required
Headers
X-Polytomic-Version
string
Optional
Errors
400
Bad Request
401
Unauthorized
404
Not Found
500
Internal Server Error
List Webhooks
Up Next