---
title: "Scheduler activity log | Unitag Documentation"
description: "The Scheduler activity log records every schedule created, updated or deleted, and every change it applied to a QR code."
canonical: "https://www.unitag.io/documentation/scheduler/activity-log"
locale: "en"
route: "/scheduler/activity-log"
---

# Scheduler activity log

The activity log is the Scheduler's own record: every schedule created, updated or deleted, and every change it applied to a QR code. It answers the question that comes up when a code leads somewhere unexpected — was it the schedule, and when did it run?

It is reached from Activity log in the Scheduler's left rail, below the two schedulers.

## Reading the log

![The Scheduler activity log: a table of dated entries with the user, organisation, entity, type and action of each](https://www.unitag.io/documentation/images/scheduler/en/scheduler-activity-log.webp)

One line per action, most recent first:

- **Date**: when the action happened, to the minute.
- **User** and **Organisation**: the account that acted, and the organisation it acted in. A change applied by the platform itself carries no user — that is how an automatic run is told apart from a manual one.
- **Entity** and **Type**: what was touched. A Scheduler Schedule line is the schedule itself; a QR code line is a change the schedule applied.
- **Action**: Create, Update or Delete.

The chevron at the start of a row opens it for the detail of what changed.

## How it relates to the account audit log

This log is scoped to Scheduler. The account-wide record, covering every application and exportable to CSV, is the audit log in the Compliance section.

- [Audit logs](https://www.unitag.io/documentation/compliance/audit-logs)

## Structured data

```json
[
  {
    "@context": "https://schema.org",
    "@type": "TechArticle",
    "@id": "https://www.unitag.io/documentation/scheduler/activity-log#article",
    "headline": "Scheduler activity log",
    "url": "https://www.unitag.io/documentation/scheduler/activity-log",
    "description": "The Scheduler activity log records every schedule created, updated or deleted, and every change it applied to a QR code.",
    "image": "https://www.unitag.io/documentation/og/default-en.png",
    "inLanguage": "en",
    "articleSection": "Scheduler",
    "isPartOf": {
      "@type": "WebSite",
      "@id": "https://www.unitag.io/documentation/#website"
    },
    "publisher": {
      "@type": "Organization",
      "@id": "https://www.unitag.io/#organization",
      "name": "Unitag"
    }
  },
  {
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
      {
        "@type": "ListItem",
        "position": 1,
        "name": "Home",
        "item": "https://www.unitag.io/documentation"
      },
      {
        "@type": "ListItem",
        "position": 2,
        "name": "Scheduler",
        "item": "https://www.unitag.io/documentation/scheduler/introduction"
      },
      {
        "@type": "ListItem",
        "position": 3,
        "name": "Scheduler activity log",
        "item": "https://www.unitag.io/documentation/scheduler/activity-log"
      }
    ]
  }
]
```
