Getting started
Planned release: October 2026
We plan to release the Search GraphQL API in October 2026. Until then, use Data Lake Search for interactive searches. Continue to use the XDR Query API to access historical data in the Data Lake.
Search and filter events¶
The planned Search API focuses on event search and filtering. Use the Events GraphQL API when you already know the event resource names that you want to retrieve.
The Search API and current search interfaces use QL.
Choose an interface¶
| Interface | When to use it |
|---|---|
| Data Lake Search | Build and run interactive searches in Fusion. |
| XDR Query API | Access historical data in the Data Lake. |
| Search GraphQL API | Search the Data Lake programmatically after the planned release. API details will appear here. |
Current limits¶
The Search GraphQL API request and response formats are not public yet. This page does not define an endpoint, authentication details, or pagination behavior.
The Search GraphQL API will use QL instead of SQL. You cannot copy queries from the XDR Query API without changes. Read how SQL-based searches differ from QL searches before you rewrite a query.
For QL syntax and examples, see Fusion Query Language (QL).