# Get tasks schedule

Get the tasks schedule for a specific sender profile on a given date. Returns the timeline of scheduled tasks.

Endpoint: GET /flows/api/tasks/schedule
Version: 2.0.0
Security: bearerAuth

## Query parameters:

  - `sender_profile_uuid` (string, required)
    UUID of the sender profile.

  - `date` (string, required)
    Date to view schedule for (YYYY-MM-DD).
    Example: "2026-04-03"


## Response 200 fields
