Smartlook

api.eu.smartlook.cloud

Community

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.

[catalog]Catalog only — enable via gateway with your own API key

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.

Auth

api_key

Pricing

free

Spec version

1.0

Base URL

https://api.eu.smartlook.cloud

Last crawled

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

GET

List 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

GET

List funnels with conversion rates and step breakdowns.

GET https://api.eu.smartlook.cloud/api/v1/funnels

limit (number) Maximum results to return.

webhooks_list

GET

List all configured webhooks.

GET https://api.eu.smartlook.cloud/api/v1/webhooks

All Capabilities (23)

events (4)

DELETEevents_delete

Delete a tracked event definition.

GETevents_get

Retrieve details of a specific tracked event.

GETevents_get_visitors

Get visitors who triggered a specific event.

GETevents_list

List tracked events with filtering and aggregation.

funnels (3)

GETfunnels_get

Retrieve details of a specific funnel with drop-off analysis.

GETfunnels_get_dropoff_visitors

Get visitors who dropped off at each funnel step.

GETfunnels_list

List funnels with conversion rates and step breakdowns.

project (2)

GETproject_get

Retrieve information about the current project.

GETstatistics_get

Retrieve API usage statistics.

sessions (3)

GETsessions_get

Get detailed information about a specific session recording.

GETsessions_get_public_link

Generate a shareable public link for a session recording.

POSTsessions_search

Search and filter session recordings by date, duration, and attributes.

visitors (6)

DELETEvisitors_bulk_delete

Bulk-delete multiple visitors and their data.

DELETEvisitors_delete

Delete a visitor and all associated data.

GETvisitors_get

Retrieve details of a specific visitor.

GETvisitors_get_events

Get all events triggered by a specific visitor.

GETvisitors_get_sessions

Get all session recordings for a specific visitor.

POSTvisitors_search

Search visitors by properties, identity, or behavior.

webhooks (5)

POSTwebhooks_create

Create a webhook for real-time event notifications.

DELETEwebhooks_delete

Delete a webhook.

GETwebhooks_get

Retrieve details of a specific webhook.

GETwebhooks_list

List all configured webhooks.

PATCHwebhooks_update

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