Query write job logs

Query write job logs with various filters. Returns the most recent record for each job_id.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

limitintegerOptional1-100Defaults to 100
Number of records to return
offsetinteger or nullOptional>=0Defaults to 0
Number of records to skip
time_rangeenumOptional
Filter logs by time range
Allowed values:
integration_idstringOptional
Filter logs by integration ID
statusenumOptional
Filter logs by status
Allowed values:
write_categoryenumOptional
Filter logs by write category

Response

Successful response
resultsobject

Errors