Overview
File search is an async workflow:- choose the logs you want to inspect
- create a search job with an expression and matching mode
- poll the job until it reaches a terminal status
- read matches from the final raw job snapshot
Both file-search endpoints return raw job snapshots. Do not expect a top-level
success or data wrapper.Create A Job
Create Response Example
Completed Response Example
When To Use It
Use file search when you already know which victim logs matter and need to locate secrets, config files, wallet addresses, or other patterns inside raw files.Victim Workflows
Find the
log_id values firstStealer Search
Pivot from credential results into logs and files
Export Jobs
Export larger result sets
API Reference
Use OpenAPI for exact job schema, limits, statuses, and playground requests