Last updated 7 days ago
Get an Allow/Block rule create Process Status
The workspace ID
The Allow/Block rule bulk insert progress.
const response = await fetch('https://api.bird.com/workspaces/{workspaceId}/conversation-allowblock-rules-bulk/{bulkId}/status', { method: 'GET', headers: {}, }); const data = await response.json();
{ "workspaceId": "123e4567-e89b-12d3-a456-426614174000", "bulkId": "123e4567-e89b-12d3-a456-426614174000", "currentIndex": 0, "total": 0, "status": "pending", "errors": [ "text" ], "updatedAt": "2024-12-03T15:45:15.094Z" }