get http://{{url}}/v1/admin/clients//file-import
Retrieves file imports matching the search criteria
Behaviour
This API returns file imports that match the specified search criteria. Refer to the Query Parameters section below for available filtering options.
Authentication
Authentication is required for this API using an API Key. This API key will be provided by the Cortex support team.
Header | What’s it for | Example Value |
---|---|---|
X-API-KEY | Defines the key or password the caller is authenticating with. | super-secure-key-123 |
Query Parameters
This API supports a number of query parameters to filter and retrieve relevant file imports.
page
Supports pagination. Page number, zero-indexed [optional, default = 0]
size
Supports pagination. It is recommended never to exceed a value greater than 100 items [optional, default = 20]
sort
Sort parameter. [optional, default=-lastModified.date]
query
Searches against the name and filename fields. [optional]