Answer Radar

Scheduling Recurring Audits

A schedule runs a project's audit on a cadence without you pressing the button. It spends credits like a manual run, obeys the same caps, and records every slot it skipped and why. This article covers setting, pausing and resuming a schedule, and the one question schedules always raise: why did mine not run.

Quick Answer

answer_schedule_set sets or pauses a project's recurring audit, weekly or monthly, in the timezone you name. Enabling does not start a run now; the first fires one cadence from now at the next_run_at the response gives you. Pausing keeps the cadence so resuming needs nothing else. Scheduled runs are refused by the same caps as manual ones, and missed slots are skipped, never replayed.

  • Daily exists but is restricted to internal accounts; the response lists what your account may pick.
  • A plan that stops including Answer Radar pauses your schedules; winning back does not auto-resume them.
  • answer_activity_list explains a skipped slot as a denied schedule dispatch with its reason.

Setting a schedule

answer_schedule_set takes a project id, a cadence, weekly or monthly, an enabled flag and a timezone. Every field is optional and an omitted one is left alone, so pausing is enabled false on its own. The response's disclosure lists the cadences this account may pick; daily is restricted to internal accounts. Enabling does not start a run now: the first scheduled run fires one cadence from now, at the next_run_at in the response, in the local hour you chose, preserved across daylight-saving changes.

What a scheduled run does and does not do

It runs the project's approved buying questions across the enabled engines exactly as a manual audit does, reserves budget first, and is refused by the same per-run and daily caps. It appears in History like any other run. It does not add prompts, change samples per question or bypass a cap because it was scheduled.

Missed slots are skipped, never replayed as a backlog. If the account was over its daily allowance when a slot came due, that slot is gone; the next one fires on cadence.

Pausing, resuming, and plan changes

Pausing writes only the enabled flag and clears the next slot, so a resumed schedule does not fire the instant it comes back. The cadence and timezone are kept, which is what makes 'paused' and 'never set up' distinguishable and makes resuming one call with enabled true.

When a subscription stops including Answer Radar, the app pauses every schedule on the account the same way, so a churned account cannot keep spending. Winning the account back does not automatically re-enable them, because nothing records who turned a schedule off and restoring blindly would also switch on projects you paused yourself. Resume the ones you want.

Why did my scheduled audit not run?

answer_activity_list records what Answer Radar did on the account and what it refused: scheduled audits that were skipped and why, budget reservations that were denied, runs created and charged. A skipped slot is an action of schedule.dispatch with outcome denied, and evidence mode carries the reason and the slot it was for. Events are attached to what they acted on, so filtering by project returns its scheduled skips.

Absence is not evidence: each action is recorded only from the date its writer shipped, so an empty result does not prove nothing happened. Newest first.

  • Denied dispatch: a cap or the kill switch refused the slot.
  • No dispatch recorded: the schedule was paused, or the slot predates activity recording.
  • Run present but partial: the slot fired and some samples failed.

FAQ

Can I schedule daily audits?

Daily exists but is restricted to internal accounts on the day. The response's disclosure lists the cadences your account may choose; weekly and monthly are the customer options.

Does a schedule cost anything when it skips?

No. A skipped slot reserves nothing and measures nothing. It is recorded in activity so you can see it happened.

Can I set schedules in the web app?

Schedules are set through the MCP tool today. The app shows the runs a schedule produced in History and the credits they measured.

Related help pages