Search Advanced
Queue an async mass unlock task for advanced search
Creates an asynchronous unlock Task for the given advanced filters. Returns a task_id you can poll with the task-status endpoint.
Concurrency limit
- advanced / raw: max 2 concurrent tasks per user.
- email / domain: max 5 concurrent tasks per user.
- Returns 429 if limit exceeded.
post/search/advanced/unlock/task
Query parameters
maxinteger nullable
Optional cap of new unlocks.
Optional cap of new unlocks.
list_idinteger nullable
Assign this list id to new unlocks.
Assign this list id to new unlocks.
Request body
Example request
{
"password": [
"123456"
],
"url_domain": [
"example.com"
]
}Response
Unlock task queued; returns a task_id to poll.
object required
Changes
No recorded changes to this endpoint across all 1 revision of this API.