Run Email Recipients ScheduledTasks
Authorization
bearerAuth AuthorizationBearer <token>
JWT token from authentication
In: header
Path Parameters
organization_id*string
Length
1 <= lengthscheduled_task_id*string
Length
1 <= lengthQuery Parameters
run_id*string
Format
uuidResponse Body
application/json
curl -X GET "https://example.com/organizations/org_abc123/scheduled-tasks/0191e5a2-c15d-7147-ba2f-7c8e0d36f915/runs/email-recipients?run_id=497f6eca-6276-4993-bfeb-53cbbbba6f08"{ "items": [ { "user_id": "string", "name": "string", "email": "string" } ]}