This endpoint retrieves a paginated list of import monitoring records. These records track the status and progress of all data import operations initiated by users in the organization. You can filter by import type, status, data type, and other criteria.
Use Cases:
Polling Recommendation: For real-time status updates of ongoing imports, poll this endpoint every 3-5 seconds while import status is ‘onprocess’.
Use a valid Bearer token to authenticate.
Page number for pagination.
Example: 1
Default: 1
Number of records per page.
Example: 20
Default: 20
Max: 100
Filter by import type. Comma-separated for multiple types.
enum: datasource, task, visit, route
Example: datasource,task
Filter by import status. Comma-separated for multiple statuses.
enum: onprocess, success, partially, failed
Example: onprocess,success
Filter by data type ID (for datasource imports only). Use GET /data-types API to get the list of Data Type IDs.
Example: 63db2fb476bc679c540369c4
Sort by field.
Example: createdTime, updatedTime, status
Default: createdTime
Sort order.
enum: asc, desc
Default: desc