Contacts::EnrollAction
Fetch Enroll Action
Retrieve a single Contact Enroll Action and its current async progress
get/contacts/enroll_actions/{id}
Path parameters
idstring required
Response
OK
Example response
{
"id": 1,
"public_id": "aB3cD4",
"workspace_id": 42000,
"course_ids": [
4
],
"section_ids": [
8
],
"filter_id": 7,
"target_all": false,
"target_ids": [],
"target_count": 200,
"performed_count": 50,
"created_by_id": 5,
"scheduled_for": null,
"started_at": "2025-01-01T00:01:00.000Z",
"completed_at": null,
"created_at": "2025-01-01T00:00:00.000Z",
"updated_at": "2025-01-01T00:01:00.000Z"
}