# 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 (e.g., 'Authorization: AccessKey AbCdEfGhIjKlMnOpQrStUvWxYzAbCdEfGhIj')","scheme":"AccessKey","type":"http"}},"responses":{"AllowBlockRuleProgress":{"description":"The Allow/Block rule bulk insert progress.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AllowBlockRuleProgress"}}}},"notFound":{"description":"The resource specified in the URL was not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NotFoundError"}}}}},"schemas":{"AllowBlockRuleProgress":{"type":"object","properties":{"workspaceId":{"type":"string","format":"uuid"},"bulkId":{"type":"string","format":"uuid"},"currentIndex":{"type":"integer"},"total":{"type":"integer"},"status":{"type":"string","enum":["pending","in_progress","completed","failed"]},"errors":{"nullable":true,"type":"array","items":{"type":"string"}},"updatedAt":{"type":"string","format":"date-time"}}},"NotFoundError":{"additionalProperties":false,"properties":{"code":{"type":"string","description":"A unique code that identifies the error. This code can be used to programmatically identify the error.","pattern":"^([A-Z][a-z]*)+$"},"message":{"type":"string","description":"A human-readable message that describes the error."},"details":{"type":"object","description":"Additional details about the error. This object can contain any additional information that may be useful for debugging.","additionalProperties":true}},"required":["code","message"]}}},"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/AllowBlockRuleProgress"},"404":{"$ref":"#/components/responses/notFound"}}}}}}
```
