Last updated 4 months ago
Was this helpful?
Get an Allow/Block rule create Process Status
The workspace ID
b4e02c85-c6d2-4b15-8885-e09671799c61
GET /workspaces/{workspaceId}/conversation-allowblock-rules-bulk/{bulkId}/status HTTP/1.1 Host: api.bird.com Authorization: Bearer JWT Accept: */*
The Allow/Block rule bulk insert progress.
{ "workspaceId": "123e4567-e89b-12d3-a456-426614174000", "bulkId": "123e4567-e89b-12d3-a456-426614174000", "currentIndex": 1, "total": 1, "status": "pending", "errors": [ "text" ], "updatedAt": "2025-04-16T16:21:25.937Z" }