Search for text content in files
filesystem
Search for text content in files
Searches for text content inside files using ripgrep. Returns matching lines with context.
GET
Search for text content in files
Documentation Index
Fetch the complete documentation index at: https://docs.blaxel.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Directory path to search in
Query Parameters
Text to search for
Case sensitive search (default: false)
Maximum number of results to return (default: 100)
File pattern to include (e.g., *.go)
Comma-separated directory names to skip (default: node_modules,vendor,.git,dist,build,target,pycache,.venv,.next,coverage)
Last modified on April 21, 2026
