---
title: "Send Now Endpoint"
method: POST
path: "/studio/schedules/{schedule_id}/send-now"
tags: ["AI_STUDIO", "SCHEDULES"]
---

# Send Now Endpoint

`POST /studio/schedules/{schedule_id}/send-now`

Trigger a scheduled report to be sent immediately with fresh execution.

Returns 202 Accepted immediately; the report is generated and emailed
in the background. Check the schedule's runs endpoint for status.

## Path parameters

- `schedule_id` string, uuid, required

## Response `202`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.net/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myaltimate/fastapi/versions/50769cbf05d5/schema)
