Retrieves import batch history with flexible filtering for administrative monitoring and management.
model (ImportBatchQueryRequest, required) — Query parameters including:
companyId (guid, optional) — Filter by parent company identifier.projectId (guid, optional) — Filter by project identifier.status (string, optional) — Filter by import status (Pending, Processing, Completed, Failed).startDate (datetime, optional) — Filter by start date (inclusive).endDate (datetime, optional) — Filter by end date (inclusive).limit (int, optional) — Maximum number of records to return.offset (int, optional) — Number of records to skip for pagination.ImportBatchQueryResponse containing matched import batches or an empty list if none found.
The access token received from the authorization server in the OAuth 2.0 flow.
The query parameters including company ID, import type, status, date range, and pagination settings.
Describes the filters that can be applied when querying import batches. Accepted by the import batch listing endpoint to constrain results by batch identifiers and organizational scope.
Collection of batch identifiers to retrieve. When provided, only matching batch records are returned; omit to retrieve batches by tenant scope alone.
Company identifier used to scope batches. Required when the querying administrator is associated with multiple companies and needs to isolate results to a single tenant.
Company project identifier used to scope batches. Refines the query to a particular project within the selected company, limiting results to the batches staged for that project.
Always returned. Check the success property in the response body to determine if the operation succeeded.
Standard response structure containing operation status and error information. Standard query response containing a collection of matching entities. Represents the paginated response for import batch queries. Wraps a collection of ImportBatchQueryModel entries along with pagination metadata inherited from BaseQueryResponse.
True if the operation completed successfully; false if an error occurred.
true
Result code indicating the outcome of the operation.
Unknown, Success, BadRequest, Unauthorized, NotFound, Error 200
Human-readable error message when an error occurs.
null
Collection of entities matching the query criteria.
[]