Smartlook
api.eu.smartlook.cloud
Smartlook is a qualitative analytics platform for web and mobile apps. Search session recordings, analyze events and funnels, manage visitors, configure webhooks, and export analytics data via the REST API.
Enable this service
This service is in the catalog but not part of v1 launch billing. To use it, run the command below and provide your own API key in the local config page — the gateway will call it under your account.
api_key
free
1.0
https://api.eu.smartlook.cloud
May 4, 2026
Health
This is a community-maintained manifest. Health monitoring is not available because this service doesn't host its own /.well-known/agent endpoint yet. Learn more about trust levels →
Top Capabilities
Most commonly used operations — ready to call without drill-down.
events_list
GETList tracked events with filtering and aggregation.
GET https://api.eu.smartlook.cloud/api/v1/events
event_name (string) — Filter by event name.
from (string) — Start date (ISO 8601).
to (string) — End date (ISO 8601).
limit (number) — Maximum results to return.
funnels_list
GETList funnels with conversion rates and step breakdowns.
GET https://api.eu.smartlook.cloud/api/v1/funnels
limit (number) — Maximum results to return.
webhooks_list
GETList all configured webhooks.
GET https://api.eu.smartlook.cloud/api/v1/webhooks
All Capabilities (23)
events (4)
Delete a tracked event definition.
Retrieve details of a specific tracked event.
Get visitors who triggered a specific event.
List tracked events with filtering and aggregation.
funnels (3)
Retrieve details of a specific funnel with drop-off analysis.
Get visitors who dropped off at each funnel step.
List funnels with conversion rates and step breakdowns.
project (2)
Retrieve information about the current project.
Retrieve API usage statistics.
sessions (3)
Get detailed information about a specific session recording.
Generate a shareable public link for a session recording.
Search and filter session recordings by date, duration, and attributes.
visitors (6)
Bulk-delete multiple visitors and their data.
Delete a visitor and all associated data.
Retrieve details of a specific visitor.
Get all events triggered by a specific visitor.
Get all session recordings for a specific visitor.
Search visitors by properties, identity, or behavior.
webhooks (5)
Create a webhook for real-time event notifications.
Delete a webhook.
Retrieve details of a specific webhook.
List all configured webhooks.
Update a webhook's URL or subscribed events.
Agent Preview
This is what an AI agent sees when it discovers this service via the Gateway:
Service: Smartlook
Description: Smartlook is a qualitative analytics platform for web and mobile apps. Search session recordings, analyze events and funnels, manage visitors, configure webhooks, and export analytics data via the REST API.
Auth: api_key
Capabilities (23 total):
events (4):
- events_delete: Delete a tracked event definition.
- events_get: Retrieve details of a specific tracked event.
- events_get_visitors: Get visitors who triggered a specific event.
- events_list: List tracked events with filtering and aggregation.
funnels (3):
- funnels_get: Retrieve details of a specific funnel with drop-off analysis.
- funnels_get_dropoff_visitors: Get visitors who dropped off at each funnel step.
- funnels_list: List funnels with conversion rates and step breakdowns.
project (2):
- project_get: Retrieve information about the current project.
- statistics_get: Retrieve API usage statistics.
sessions (3):
- sessions_get: Get detailed information about a specific session recording.
- sessions_get_public_link: Generate a shareable public link for a session recording.
- sessions_search: Search and filter session recordings by date, duration, and attributes.
visitors (6):
- visitors_bulk_delete: Bulk-delete multiple visitors and their data.
- visitors_delete: Delete a visitor and all associated data.
- visitors_get: Retrieve details of a specific visitor.
- visitors_get_events: Get all events triggered by a specific visitor.
- visitors_get_sessions: Get all session recordings for a specific visitor.
- visitors_search: Search visitors by properties, identity, or behavior.
webhooks (5):
- webhooks_create: Create a webhook for real-time event notifications.
- webhooks_delete: Delete a webhook.
- webhooks_get: Retrieve details of a specific webhook.
- webhooks_list: List all configured webhooks.
- webhooks_update: Update a webhook's URL or subscribed events.
Top capabilities (ready to call):
- events_list: GET /api/v1/events
- funnels_list: GET /api/v1/funnels
- webhooks_list: GET /api/v1/webhooks