Get Ingest Console Logs

Fetch the latest console log entries for ingestion scoped by connection and optional bulk sync. Returns the most recent 50 entries.

Authentication

AuthorizationBearer
Bearer user API key
OR
AuthorizationBasic

Basic organization-scoped API key

Path parameters

connection_idstringRequiredformat: "uuid"

Headers

X-Polytomic-VersionstringOptional

Query parameters

sync_idstringOptionalformat: "uuid"

Optional bulk sync ID for sync-scoped ingestion logs.

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