Project: datalens
81 entity types
Matrix/All Domains

All Domains

1587 entities found

CapabilityIntent

GenBI Insights

WrenAI generates AI summaries and charts as part of its generated insights.

CapabilityIntent

Generate Insights

Process for automatically creating summaries, charts, or insights from data, part of the system's output capabilities.

IntegrationIntegrations

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.

RequirementIntent

generate-report

DataLens Agent Mode includes the generate-report skill to compile findings into structured markdown reports.

PhysicalTableData Model

generate_sql

Converts natural language questions into SQL queries using LLM, schema info, and prompt.

PageUser Interface

generate_summaries.py

Entity

Generated SQL

BusinessProcessIntent

GenerateReportSkill

GenerateReportSkill uses SkillResult to compile findings into structured reports.

IntegrationEndpointIntegrations

GET /

IntegrationEndpointIntegrations

GET /analysis/history

Retrieves query history for data analysis projects. The file backend/app/api/analysis.py contains the /analysis/history endpoint.

IntegrationEndpointIntegrations

GET /health

Service health check endpoint at GET /health.

IntegrationEndpointIntegrations

GET /history

Query history retrieval and SQL query execution are related analytical functions exposed by analysis.py.

IntegrationEndpointIntegrations

GET /insights/{project_id}

Endpoint /insights/{project_id} in backend/api/analysis.py for obtaining project insights, status unspecified.

IntegrationEndpointIntegrations

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.

IntegrationEndpointIntegrations

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.

IntegrationEndpointIntegrations

GET /me

Getting and updating the current user's information are related operations in auth.py.

IntegrationEndpointIntegrations

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.

IntegrationEndpointIntegrations

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.

IntegrationEndpointIntegrations

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.

IntegrationEndpointIntegrations

GET /projects/{project_id}/sessions

List all agent sessions for a project at GET /projects/{project_id}/sessions.

IntegrationEndpointIntegrations

GET /projects/{project_id}/tables

Endpoint /projects/{project_id}/tables in backend/api/discovery.py for listing project tables, status unspecified.

IntegrationEndpointIntegrations

GET /sessions/{session_id}

API endpoint to retrieve session details and message history at /sessions/{session_id}.

IntegrationEndpointIntegrations

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.

IntegrationEndpointIntegrations

GET /visualizations/{query_id}

/visualizations/{query_id} endpoint in backend/api/analysis.py for retrieving visualizations, currently no status available.

IntegrationEndpointIntegrations

GET /{file_id}

Endpoint /{file_id} in backend/api/files.py for retrieving file details, status unspecified.

IntegrationEndpointIntegrations

GET /{file_id}/catalog

Catalog retrieval endpoint in backend/api/files.py, status unspecified.

IntegrationEndpointIntegrations

GET /{file_id}/download

Download endpoint in backend/api/files.py, status unspecified.

IntegrationEndpointIntegrations

GET /{project_id}

Get project details endpoint, status unspecified.

IntegrationEndpointIntegrations

GET /{project_id}/files

List project files endpoint, status unspecified.

IntegrationEndpointIntegrations

GET /{schema_name}

Get schema details, status unspecified.