Fetch information and stats about your bulk searches
When you launch a bulk search, a file
is created by Icypeas. This file
allows you to fetch stats about your bulk search and follow progression
This route is paginated. To know how it works, please see here
A call with an empty body gives you information about all your files.
{}
You can also ask to get only files that are in progress:
{
"status": "in_progress"
}
Or files that are done:
{
"status": "done"
}
Of course, you can also retrieve stats about a specific file:
{
"file": "kbn5421aeteb0989"
}
- Maximum number of files per request in 50.
- Files are sorted by creation date.
- We apply rate limits of all routes, please see here.
Limit of files to fetch.
If you want to filter your search by file names, use this field.
If you want to get a specifc bulk, please use this field with your file id
If you want to fetch only bulk searches that are in progress or that are done
If you want to paginate, use this field. true = next page | false = previous page
Array used to paginate your files, it is this item you need to pass in your requests if you want to paginate further
I don't know what to write here.
{
"limit": 2
}