Skip to main content
WEBHOOK
desktop.app_tracking.captured
{
  "event": "desktop.app_tracking.captured",
  "version": "v1",
  "agent": "desktop-agent",
  "timestamp": 1769591645035,
  "data": [
    {
      "organisation": {
        "organisationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
      },
      "team": {
        "teamId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
      },
      "user": {
        "userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
      },
      "tracking": {
        "trackingId": "e2fbd487-1ede-43e9-bd62-188da02d489f",
        "app": {
          "name": "Google Chrome",
          "type": "website",
          "category": "Unknown Category",
          "iconUrl": "https://localhost/favicon.ico",
          "domain": "localhost",
          "fullUrl": "http://localhost:3000/api-reference/desktop-events/screenshot-tracking-event#response-data-items-team-id",
          "productivityStatus": "neutral"
        },
        "time": {
          "startDate": "2026-01-28T09:13:21.771Z",
          "endDate": "2026-01-28T09:13:42.594Z",
          "durationInSeconds": 20
        },
        "trackingMode": "online",
        "operatingSystem": "macos"
      }
    }
  ]
}

Response

200 - application/json

Webhook received and processed successfully

event
string
Example:

"desktop.app_tracking.captured"

version
string
Example:

"v1"

agent
string
Example:

"desktop-agent"

timestamp
integer

Event timestamp in milliseconds (epoch)

Example:

1769591645035

data
object[]