Get Execution Console Logs

Beta
Fetch the latest console log entries for a 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_idstringRequiredformat: "uuid"
idstringRequiredformat: "uuid"

Headers

X-Polytomic-VersionstringRequired

Query parameters

limitintegerOptional
Maximum number of entries to return. Values above the logger retention limit are capped to 50.
afterstringOptional
Return only entries newer than this cursor.

Response

OK
dataobject

Errors

400
Bad Request Error
404
Not Found Error
408
Request Timeout Error
500
Internal Server Error