Skip to content

Get tasks schedule

Request

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

Security
bearerAuth
Query
sender_profile_uuidstringrequired

UUID of the sender profile.

datestring, (date)required

Date to view schedule for (YYYY-MM-DD).

Example:date=2026-04-03
GET
/flows/api/tasks/schedule
curl -i -X GET \
  'https://leadgen.grinfi.io/flows/api/tasks/schedule?sender_profile_uuid=string&date=2026-04-03' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Schedule overview for the sender on the given date.