GET v2/imports.json
Operation ID: —
Auth: unknown
Description
Fetches multiple imports.
Parameters (8)
(array, query, optional)
IDs of imports to fetch. If a record can't be found, that record won't be returned and your request will be successful
(boolean, query, optional)
Whether to include total_pages and total_count in the metadata. Defaults to false
(boolean, query, optional)
Specifies whether the max limit of 10k records should be applied to pagination counts. Affects the total_count and total_pages data
(integer, query, optional)
The current page to fetch results from. Defaults to 1
(integer, query, optional)
How many records to show per page in the range [1, 100]. Defaults to 25
(string, query, optional)
Key to sort on, must be one of: created_at, updated_at. Defaults to created_at
(string, query, optional)
Direction to sort in, must be one of: ASC, DESC. Defaults to DESC
(array, query, optional)
ID of users to fetch imports for. Using this filter will return an empty array for non-admin users who request other user's imports
No probe data for this endpoint yet.