Sidebar Universal Search opens /search — Gravitre's unified lookup across operational entities. The legacy route /chat redirects here. This page is not a chat assistant; it returns grouped results with deep links.
Run a search
- Open WORK → Universal Search (
/search) - Type a natural-language or keyword query
- Review grouped results by entity type
- Click a result to open the underlying run, workflow, agent, or document
Suggestion chips and placeholders adapt to your org when data is available.
Example queries
| Query pattern | Typical results |
|---|---|
failed runs in the last 24 hours | Recent errored workflow runs |
workflows using the Slack connector | Workflow defs referencing Slack |
marketing agent | Agents with matching names or roles |
postgres source | Source connections and related docs |
Results depend on what exists in your org — phrases are templates, not guaranteed hits.
Result groups
Each group shows icon, title, description, status metadata, and deep link:
- Workflow Runs — jump to Runs detail
- Workflows — open workflow editor or detail
- Agents — open agent profile
- Connectors — open integration settings
- Sources — open Source detail
- Documents — open RAG document view
Search history
Recent queries appear below the search box. Click to rerun; delete individual entries or clear history when supported.
Typeahead
While typing, typeahead may suggest entities (workflows, agents, connectors) before you submit — select to navigate directly.
API
curl -s -X POST "https://gravitre.app/api/search" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"query": "failed runs today", "limit": 20}'
curl -s "https://gravitre.app/api/search/history" \
-H "Authorization: Bearer YOUR_API_KEY"
Response shape and filters are documented in OpenAPI.