Skip to content
Endless Documentation

Run Email Recipients ScheduledTasks

GET
/organizations/{organization_id}/scheduled-tasks/{scheduled_task_id}/runs/email-recipients

Authorization

bearerAuth
AuthorizationBearer <token>

JWT token from authentication

In: header

Path Parameters

organization_id*string
Length1 <= length
scheduled_task_id*string
Length1 <= length

Query Parameters

run_id*string
Formatuuid

Response 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"    }  ]}