# Get Processing Status of an Event Return the processing status of a specified entity. Currently, only entities of type USER are supported. Endpoint: GET /api/v1/event/{entity_name}/status Version: 1.0 Security: ## Header parameters: - `Authorization` (string, required) Use Bearer token for authorization ## Path parameters: - `entity_name` (string, required) The name of the entity (user ID) for which to return the processing status. ## Query parameters: - `entity_type` (string, required) The type of the entity (USER) for which to return the processing status. ## Response 400 fields ## Response 401 fields ## Response 500 fields