Get Bulk Schema Execution Console Logs
Fetch the latest console log entries for a schema within a bulk sync execution. Returns at most the most recent 50 entries retained in Redis.
Authentication
AuthorizationBearer
Bearer user API key
OR
AuthorizationBasic
Basic organization-scoped API key
Path parameters
sync_id
execution_id
schema_id
Schema identifier for schema-scoped console logs.
Headers
X-Polytomic-Version
Query parameters
limit
Maximum number of entries to return. Values above the logger retention limit are capped to 50.
after
Return only entries newer than this cursor.
Response
OK
data
Errors
400
Bad Request Error
404
Not Found Error
408
Request Timeout Error
500
Internal Server Error
