All Domains
1587 entities found
GenBI Insights
WrenAI generates AI summaries and charts as part of its generated insights.
Generate Insights
Process for automatically creating summaries, charts, or insights from data, part of the system's output capabilities.
generate-goal API endpoint
The AI-assisted goal generation capability is realized through the generate-goal API endpoint. The generate-goal API endpoint is implemented in backend/app/api/projects.py. The AI-assisted goal generation endpoint integrates with Claude to expand a brief description into a detailed project goal.
generate-report
DataLens Agent Mode includes the generate-report skill to compile findings into structured markdown reports.
generate_sql
Converts natural language questions into SQL queries using LLM, schema info, and prompt.
generate_summaries.py
Generated SQL
GenerateReportSkill
GenerateReportSkill uses SkillResult to compile findings into structured reports.
GET /
GET /analysis/history
Retrieves query history for data analysis projects. The file backend/app/api/analysis.py contains the /analysis/history endpoint.
GET /health
Service health check endpoint at GET /health.
GET /history
Query history retrieval and SQL query execution are related analytical functions exposed by analysis.py.
GET /insights/{project_id}
Endpoint /insights/{project_id} in backend/api/analysis.py for obtaining project insights, status unspecified.
GET /jobs
Lists recent background jobs via backend/app/api/jobs.py. Getting the status of a specific job is part of the overall job listing and monitoring endpoints in jobs.py.
GET /jobs/{job_id}
API endpoint in backend/app/api/jobs.py. Retrieves status, progress, and results of a background job. Getting the status of a specific job is part of the overall job listing and monitoring endpoints in jobs.py.
GET /me
Getting and updating the current user's information are related operations in auth.py.
GET /projects/{project_id}/findings
Endpoint to list all findings for a project at /projects/{project_id}/findings. The message sending endpoint for sessions and the retrieval of project findings are related agent functionalities within the same backend context. Listing findings for a project and updating individual findings are related operations for managing findings. Generating a report from selected findings uses the list of findings available for the project. Running a GDPR scan on a project may use findings data as part of its process.
GET /projects/{project_id}/progress/status
Returns a snapshot of current processing status in backend/app/api/progress.py. Streaming real-time processing progress and returning a snapshot of progress status are complementary progress reporting endpoints.
GET /projects/{project_id}/progress/stream
Streams real-time progress updates for project processing via backend/app/api/progress.py. Streaming real-time processing progress and returning a snapshot of progress status are complementary progress reporting endpoints.
GET /projects/{project_id}/sessions
List all agent sessions for a project at GET /projects/{project_id}/sessions.
GET /projects/{project_id}/tables
Endpoint /projects/{project_id}/tables in backend/api/discovery.py for listing project tables, status unspecified.
GET /sessions/{session_id}
API endpoint to retrieve session details and message history at /sessions/{session_id}.
GET /sessions/{session_id}/logs
Retrieve skill execution logs for a session at GET /sessions/{session_id}/logs. Sending a message in a session and retrieving skill execution logs both relate to the same session in agent backend.
GET /visualizations/{query_id}
/visualizations/{query_id} endpoint in backend/api/analysis.py for retrieving visualizations, currently no status available.
GET /{file_id}
Endpoint /{file_id} in backend/api/files.py for retrieving file details, status unspecified.
GET /{file_id}/catalog
Catalog retrieval endpoint in backend/api/files.py, status unspecified.
GET /{file_id}/download
Download endpoint in backend/api/files.py, status unspecified.
GET /{project_id}
Get project details endpoint, status unspecified.
GET /{project_id}/files
List project files endpoint, status unspecified.
GET /{schema_name}
Get schema details, status unspecified.