Bulk Activities
GET an Activity Status
This endpoint returns an activity status report.
get/activities/{activity_id}
Path parameters
activity_idstring required
The unique ID of the activity to GET
Response
Request Successful
Example response
{
"activity_id": "86b90820-cc52-11ea-9dad-fa163e3d9194",
"state": "initialized",
"started_at": "2016-01-23T13:48:44.108Z",
"completed_at": "2016-01-23T13:48:44.108Z",
"created_at": "2016-01-23T13:48:44.108Z",
"updated_at": "2016-01-23T13:48:44.108Z",
"source_file_name": "2016-21-04-contact_import.xls",
"percent_done": 75,
"activity_errors": [
"Message describing the error condition."
],
"status": {
"items_total_count": 2200,
"items_completed_count": 2100,
"person_count": 8750,
"error_count": 1,
"correctable_count": 1,
"cannot_add_to_list_count": 1,
"list_count": 3
},
"_links": {
"self": {
"href": "/v3/activities/04fe9a97-a579-43c5-bb1a-58ed29bf0a6a"
},
"results": {
"href": "/v3/contacts_exports/04fe9a97-a579-43c5-bb1a-58ed29bf0a6a"
}
}
}