Bulk Actions
Retrieve bulk action
Retrieve the details of a bulk action.
get/bulk_actions/{id}
Path parameters
idstring required
The ID of the bulk action.
Response
200
Example response
{
"object": "bulk_action",
"status": "processing",
"total_items": 50,
"total_successful": 24,
"total_failed": 2,
"created_at": "2024-01-03T11:53:19.734182Z"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.