> For the complete documentation index, see [llms.txt](https://docs.bird.com/api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bird.com/api/conversations-api/api-reference/workspace-settings/get-allow-block-bulk-upload-status.md).

# Get allow/block bulk upload status

## Get Allow/Block rule bulk create Process Status

> Get an Allow/Block rule create Process Status

```json
{"openapi":"3.0.3","info":{"title":"Conversations","version":"v1"},"tags":[{"name":"email_allowblock_rules","description":"Manage Allow/Block rules for your inbox"}],"servers":[{"url":"https://api.bird.com","description":"Production API"}],"security":[{"accessKey":[]}],"components":{"securitySchemes":{"accessKey":{"description":"Uses the Authorization header: 'AccessKey ' followed by your access key token","scheme":"AccessKey","type":"http"}},"responses":{"conversations.response.allowblock.rule.progress":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/conversations.allowblock.rule.progress"}}},"description":"The Allow/Block rule bulk insert progress."},"notFound":{"$ref":"#/components/responses/error.response.not_found"},"error.response.not_found":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/error.detailed"}}},"description":"The requested resource was not found."}},"schemas":{"conversations.allowblock.rule.progress":{"properties":{"bulkId":{"format":"uuid","type":"string"},"currentIndex":{"type":"integer"},"errors":{"items":{"type":"string"},"nullable":true,"type":"array"},"status":{"enum":["pending","in_progress","completed","failed"],"type":"string"},"total":{"type":"integer"},"updatedAt":{"format":"date-time","type":"string"},"workspaceId":{"format":"uuid","type":"string"}},"type":"object"},"error.detailed":{"additionalProperties":false,"description":"An error returned from the API that includes additional details about the error. The `details` property can contain any additional information about the error that may be helpful for debugging or understanding the error.\n","properties":{"code":{"description":"A unique code that identifies the error. This code can be used to programmatically identify the error.","minLength":3,"type":"string"},"details":{"additionalProperties":true,"description":"Any additional information about the error that may be helpful for debugging or understanding the error.","type":"object"},"message":{"description":"A human-readable message that describes the error.","minLength":1,"type":"string"}},"required":["code","message"],"title":"DetailedError","type":"object"}}},"paths":{"/workspaces/{workspaceId}/conversation-allowblock-rules-bulk/{bulkId}/status":{"get":{"summary":"Get Allow/Block rule bulk create Process Status","description":"Get an Allow/Block rule create Process Status","operationId":"getEmailAllowBlockRuleBulkStatus","tags":["email_allowblock_rules"],"responses":{"200":{"$ref":"#/components/responses/conversations.response.allowblock.rule.progress"},"404":{"$ref":"#/components/responses/notFound"}}}}}}
```
